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

7 lines
168 B
Plaintext

loop_MySubroutine:
; more than 127 bytes of code
dex
bne loop_MySubroutine ;assembler will display an error message that the branch is too far away.
; rest of program