summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-12-04 15:20:28 -0500
committermrb0nk500 <b0nk@b0nk.xyz>2020-12-04 15:20:28 -0500
commit96393257a43ac52f2b911594d106741245dec5f0 (patch)
tree6b9d11c50ed3cd1920444c4dd0ee4027814ef4bd /test
parent83ce1151ee1f06ae6b1c5c1018cc2489494e5ea4 (diff)
- Started work on writing the new version of the
assembler. - Did alot of stuff in the emulator. - Did alot of stuff in the SuB Suite.
Diffstat (limited to 'test')
-rw-r--r--test/base-ext.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/base-ext.s b/test/base-ext.s
index 8bf3d45..c6441ef 100644
--- a/test/base-ext.s
+++ b/test/base-ext.s
@@ -7,6 +7,8 @@ loop:
inc (e)
lda (e)
lea ($FFC0)
+ pha.q
+ ads #8
bra loop
.org $FFC0