8 lines
122 B
Text
8 lines
122 B
Text
loop_mySubroutine:
|
|
; more than 127 bytes of code
|
|
|
|
dex
|
|
beq continue
|
|
JMP loop_mySubroutine
|
|
continue:
|
|
; rest of program
|