From 673efacc37efa90e61eba224efadbb4be863c77b Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Tue, 8 Dec 2020 10:42:10 -0500 Subject: - Implemented support for the Orthogonal extension into both the assembler, and the emulator. I finally figured out how I could get support for the Ortho extension implemented into the old assembler. The only reason for doing this, is to buy me some while I start work on the new assembler, and to help me get an idea for how to do the same in the new assembler. --- programs/sub-suite/subsuite.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'programs/sub-suite/subsuite.s') diff --git a/programs/sub-suite/subsuite.s b/programs/sub-suite/subsuite.s index b276209..7b31c31 100644 --- a/programs/sub-suite/subsuite.s +++ b/programs/sub-suite/subsuite.s @@ -17,7 +17,7 @@ .qword reset a ;l a -;.org reset+$F50 +;.org reset ;v ;f "subsuite.bin" $8000 ;q -- cgit v1.2.3-13-gbd6f