RosettaCodeData/Task/Currying/Z80-Assembly/currying.z80
2023-07-01 13:44:08 -04:00

4 lines
47 B
Z80 Assembly

macro ResetCursors
ld hl,&0101
call &BB75
endm