Changes

Jump to: navigation, search

Programming:Fast plot

27 bytes added, 17:52, 17 March 2018
/* Fast plotting routine for MODE 2 */
ADD HL, HL ;of the raster line
LD A, E ;Lowbyte X to A
SRL D ;calculate X\8, because
RR E ;8 pixel per byte
14
edits