mirror of
https://github.com/robmcmullen/fujirun.git
synced 2024-12-29 14:33:23 +00:00
190822a0dc
* copy symbols to applewin directory so they'll show up in the debugger!
15 lines
122 B
ArmAsm
15 lines
122 B
ArmAsm
.MACRO PUSHAXY
|
|
pha
|
|
txa
|
|
pha
|
|
tya
|
|
pha
|
|
.ENDM
|
|
|
|
.MACRO PULLAXY
|
|
pla
|
|
tay
|
|
pla
|
|
tax
|
|
pla
|
|
.ENDM |