Last modified on 17 March 2018, at 13:59

Difference between revisions of "Talk:Programming:Fast plot"

(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…')
 
(Blanked the page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
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 '''
 

Latest revision as of 13:59, 17 March 2018

Return to "Programming:Fast plot" page.