RosettaCodeData/Task/Inverted-syntax/6502-Assembly/inverted-syntax-2.6502
2023-07-01 13:44:08 -04:00

8 lines
122 B
Text

loop_mySubroutine:
; more than 127 bytes of code
dex
beq continue
JMP loop_mySubroutine
continue:
; rest of program