Difference between revisions of "Talk:Programming:Fast plot"
From CPCWiki - THE Amstrad CPC encyclopedia!
(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…') |
|||
Line 5: | Line 5: | ||
ADD HL, BC ;+ BC = Startaddress | ADD HL, BC ;+ BC = Startaddress | ||
ADD HL, HL ;of the raster line | ADD HL, HL ;of the raster line | ||
− | + | ||
'''LD A, E ''' | '''LD A, E ''' |
Revision as of 10:00, 11 March 2010
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