From 96393257a43ac52f2b911594d106741245dec5f0 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 4 Dec 2020 15:20:28 -0500 Subject: - 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. --- test/base-ext.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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 -- cgit v1.2.3-13-gbd6f