mirror of
https://github.com/specht/champ.git
synced 2024-11-25 09:30:52 +00:00
10 lines
130 B
ArmAsm
10 lines
130 B
ArmAsm
DSK test
|
|
MX %11
|
|
ORG $6000
|
|
|
|
LDX #$ff
|
|
COUNT PHA
|
|
PHA
|
|
DEX
|
|
BNE COUNT
|