RosettaCodeData/Task/Repeat/Z80-Assembly/repeat-2.z80

3 lines
105 B
Z80 Assembly
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
trampoline:
jp (hl) ;despite the parentheses this does NOT dereference HL, it merely acts as "LD PC,HL".