diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2020-12-04 15:20:28 -0500 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2020-12-04 15:20:28 -0500 |
commit | 96393257a43ac52f2b911594d106741245dec5f0 (patch) | |
tree | 6b9d11c50ed3cd1920444c4dd0ee4027814ef4bd /test/base-ext.s | |
parent | 83ce1151ee1f06ae6b1c5c1018cc2489494e5ea4 (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/base-ext.s')
-rw-r--r-- | test/base-ext.s | 2 |
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 |