RosettaCodeData/Task/Repeat/Z80-Assembly/repeat-2.z80
2023-07-01 13:44:08 -04:00

2 lines
105 B
Z80 Assembly

trampoline:
jp (hl) ;despite the parentheses this does NOT dereference HL, it merely acts as "LD PC,HL".