Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
12
Task/Generic-swap/Computer-zero-Assembly/generic-swap.0asm
Normal file
12
Task/Generic-swap/Computer-zero-Assembly/generic-swap.0asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
LDA 29
|
||||
STA 31
|
||||
LDA 30
|
||||
STA 29
|
||||
LDA 31
|
||||
STA 30
|
||||
STP
|
||||
---
|
||||
org 29
|
||||
byte $0F
|
||||
byte $E0
|
||||
byte $00
|
||||
Loading…
Add table
Add a link
Reference in a new issue