Last modified on 11 March 2010, at 10:49

Talk:Programming:Fast plot

Revision as of 10:49, 11 March 2010 by Urusergi (Talk | contribs) (Created page with 'The routines in MODE 0 and MODE 2 will not work properly due to lack of a command: ADD HL, HL ;HL * 2 ADD HL, HL ;HL * 4 ADD HL, BC ;+ BC = Startaddress ADD HL, HL ;of the r…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The routines in MODE 0 and MODE 2 will not work properly due to lack of a command:

ADD HL, HL ;HL * 2 ADD HL, HL ;HL * 4 ADD HL, BC ;+ BC = Startaddress ADD HL, HL ;of the raster line

LD A, E

Return to "Programming:Fast plot" page.