diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2020-12-08 17:56:02 -0500 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2020-12-08 18:07:51 -0500 |
commit | 28202af458a42e83f06415fa33d193258535a86d (patch) | |
tree | 7c285293af7679c734619c007366f4487eeaca72 /test | |
parent | a2dac7cb48605eec322ca825e39ff709240c17b7 (diff) |
- Fixed yet another bug with the ortho extension.
Diffstat (limited to 'test')
-rw-r--r-- | test/ortho.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ortho.s b/test/ortho.s index bc70d3d..83f3554 100644 --- a/test/ortho.s +++ b/test/ortho.s @@ -9,6 +9,7 @@ mem: reset: cps lds.d #$3FFFF + mov a, #10 and #0 tay xor b, b |