RosettaCodeData/Task/Inverted-syntax/6502-Assembly/inverted-syntax-2.6502

9 lines
122 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
loop_mySubroutine:
; more than 127 bytes of code
dex
beq continue
JMP loop_mySubroutine
continue:
; rest of program