Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Stack/6502-Assembly/stack-1.6502
Normal file
1
Task/Stack/6502-Assembly/stack-1.6502
Normal file
|
|
@ -0,0 +1 @@
|
|||
PHA
|
||||
1
Task/Stack/6502-Assembly/stack-2.6502
Normal file
1
Task/Stack/6502-Assembly/stack-2.6502
Normal file
|
|
@ -0,0 +1 @@
|
|||
PLA
|
||||
3
Task/Stack/6502-Assembly/stack-3.6502
Normal file
3
Task/Stack/6502-Assembly/stack-3.6502
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TSX
|
||||
CPX $FF
|
||||
BEQ stackEmpty
|
||||
2
Task/Stack/6502-Assembly/stack-4.6502
Normal file
2
Task/Stack/6502-Assembly/stack-4.6502
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
TSX
|
||||
LDA $0101,x
|
||||
Loading…
Add table
Add a link
Reference in a new issue