summaryrefslogtreecommitdiff
path: root/test/reg-transfer.s
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-08-30 12:44:21 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2020-08-30 12:44:21 -0400
commit4ed07ca38b99abdca750c6612c512f30965f1714 (patch)
treec093a404b40f9e2c8d02a8d41eed99087483ced3 /test/reg-transfer.s
parentd31aed21b27fbda68abe088d657ba18455607cc4 (diff)
- Did some more work on SuBAsm's lexer.
- Optimized the memory read, and write functions. - Made the emulator faster, and cleaner in general.
Diffstat (limited to 'test/reg-transfer.s')
-rw-r--r--test/reg-transfer.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reg-transfer.s b/test/reg-transfer.s
index b9d1280..754940d 100644
--- a/test/reg-transfer.s
+++ b/test/reg-transfer.s
@@ -10,7 +10,7 @@ bench:
tay ; Transfer the accumulator to the y register.
tax ; Do the same thing, but with the x register.
tab ;
- jmp bench ; Loop forever.
+ bra bench ; Loop forever.
.org $FFC0
.qword reset