6 lines
109 B
Text
6 lines
109 B
Text
|
|
LDA goto
|
||
|
|
SUB somewhere
|
||
|
|
ADD somewhereElse
|
||
|
|
STA goto
|
||
|
|
goto: JMP somewhere
|