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