Prev: 65275 Up: Map Next: 65306
65286: SHADE routine
Used by the routine at FILL_ROUTINE.
SHADE_ROUTINE 65286 BIT 4,(IX+0)
65290 JR NZ,ALTERNATE_SHADE_INSTRUCTION If clear, use alternate version
65292 LD BC,3 Copy a 3 byte instruction
65295 LD HL,65306 HL=source of instruction (JP NC,65248)
65298 LD DE,65235 DE=destination of instruction
65301 LDIR Copy the instruction
65303 JP PERFORM_SHADE Start shading
Prev: 65275 Up: Map Next: 65306