From 83ce1151ee1f06ae6b1c5c1018cc2489494e5ea4 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 20 Nov 2020 15:10:24 -0500 Subject: - Implemented support for Sux's base extension. This is the biggest milestone I've reached for this project, since the base extension changes alot about what Sux can do by default, and now makes it a viable instruction set for modern day use, when compared with other instruction sets. --- test/base-ext.s | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/base-ext.s (limited to 'test/base-ext.s') diff --git a/test/base-ext.s b/test/base-ext.s new file mode 100644 index 0000000..8bf3d45 --- /dev/null +++ b/test/base-ext.s @@ -0,0 +1,19 @@ +.org $8000 +reset: + cps + lds.d #$3FFFF +loop: + lea $10 + inc (e) + lda (e) + lea ($FFC0) + bra loop + +.org $FFC0 +.qword reset +a +;l a +;.org reset +;v +;q +d -- cgit v1.2.3-13-gbd6f