From a232e9f691187fdb05c35c14d4152d17f4babaf5 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. --- test/ortho.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/ortho.s') diff --git a/test/ortho.s b/test/ortho.s index 4ca01f3..312c8eb 100644 --- a/test/ortho.s +++ b/test/ortho.s @@ -9,10 +9,7 @@ mem: reset: cps lds.d #$3FFFF -<<<<<<< HEAD mov a, #10 -======= ->>>>>>> 673efac... - Implemented support for the Orthogonal extension into and #0 tay xor b, b @@ -26,6 +23,7 @@ loop: inc.q count ; mov.q e, count mov (b+e), b + set a, eq mov a, (b+e) bra loop -- cgit v1.2.3-13-gbd6f