summaryrefslogtreecommitdiff
path: root/test/test-stack.s
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-01-10 16:35:34 -0500
committermrb0nk500 <b0nk@b0nk.xyz>2020-01-10 16:35:34 -0500
commit861d56e556b597115ad01b4b4cc0e5b932545ce9 (patch)
treed24d9718da054658a833b932595819c030065d1a /test/test-stack.s
parent1dfc78b8bf5b708cb1118a9d6646397772a1b894 (diff)
Added GPLv2.
We're now Free Software!!!
Diffstat (limited to 'test/test-stack.s')
-rw-r--r--test/test-stack.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test-stack.s b/test/test-stack.s
index 5c7e0fd..193cca7 100644
--- a/test/test-stack.s
+++ b/test/test-stack.s
@@ -2,10 +2,9 @@ init:
cps
ldx.w #$FFFF
txs
-ldx.d #$00
loop:
-iax
+iab
pha #$08
ply #$08
jmp loop