summaryrefslogtreecommitdiff
path: root/test/ortho.s
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-12-08 10:42:10 -0500
committermrb0nk500 <b0nk@b0nk.xyz>2020-12-09 11:43:33 -0500
commita232e9f691187fdb05c35c14d4152d17f4babaf5 (patch)
tree9fdf364ce91506ed4490cd95ced6355459d7e8b5 /test/ortho.s
parent50875a80729eaf3be2b1473e385eca1102fce4e6 (diff)
- 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.
Diffstat (limited to 'test/ortho.s')
-rw-r--r--test/ortho.s4
1 files changed, 1 insertions, 3 deletions
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