diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2020-12-08 17:56:02 -0500 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2020-12-08 17:56:02 -0500 |
commit | 464130cf4b19578f45fc51a6a37453261bdf37f9 (patch) | |
tree | 72dc21d918767039d0d54a3a0625ee5cd729e265 /test | |
parent | 752ec2161a6927fe527d377c4abcb31a0fcc6647 (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 |