Prev: 64453 Up: Map Next: 64466
64457: Next graphic instruction (skip 1 byte)
Used by the routine at FREEHAND_ROUTINE
SKIP_1_THEN_NEXT 64457 LD E,1 E=skip 1 byte to get to next instruction
This entry point is used by the routines at SKIP_4_THEN_NEXT, SKIP_3_THEN_NEXT, SKIP_2_THEN_NEXT and BLOCK_ROUTINE_3.
NEXT_GRAPHIC_INSTRUCTION 64459 LD D,0 MSB not needed
64461 ADD IX,DE Move to next graphics instruction
64463 LD (IY+11),E Store number of bytes of last instruction
Prev: 64453 Up: Map Next: 64466