Database
grpprog.asc
Associated article: Graphics Programming
Tags: Database
_GRAPHICS PROGRAMMING_ by Michael Abrash [LISTING ONE] ; Fast run length slice line drawing implementation for mode 0x13, the VGA's ; 320x200 256-color mode. ; Draws a line between the specified endpoints in color Color. ; C near-callable as: ; void LineDraw(int XStart, int ...


