Here's the list of all the fastest graphics commands sent in so far. I've not changed any of the code in anyway shape or form. All entries are as is.
BuG:
procedure putpixel(x,y:word;color:byte;page:word);assembler; asm mov ax, [y] mov di, ax shl di, 8 shl ax, 6 add di, ax add di, [x] mov es, [page] mov al, [color] mov es:[di], al end;
Total Clock Ticks: 13
Total Clock Ticks: N/A
Name: E-Mail Address: Comments: Do mind if we use your code? Yes No