7 lines
168 B
Text
7 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
|