Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
JSR myFunction
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
sum:
|
||||
;adds the values in zero page address $00 and $01, outputs to accumulator.
|
||||
LDA $00 ;load the byte stored at memory address $0000
|
||||
CLC
|
||||
ADC $01 ;add the byte at memory address $0001
|
||||
RTS ;return
|
||||
Loading…
Add table
Add a link
Reference in a new issue