I Imagine the real killer trio would be the calculated jumps
Code: Select all
JP (HL)
JP (IX)
JP (IY) Code: Select all
LD HL,exitRoutine
PUSH HL
... half a gazillion lines of code
RET ; indirect jump to exitRoutineI Imagine the real killer trio would be the calculated jumps
Code: Select all
JP (HL)
JP (IX)
JP (IY) Code: Select all
LD HL,exitRoutine
PUSH HL
... half a gazillion lines of code
RET ; indirect jump to exitRoutine