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

6 lines
168 B
Text

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