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

7 lines
168 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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