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

9 lines
122 B
Plaintext

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