Menu

#4 EOR Absolute assembles to wrong opcode

open
b0rje
k2asm (3)
5
2010-07-28
2010-07-28
No

+++ /Users/sid/Sources/k2devel/trunk/k2xtools/k2asm/Opcode.cc 2010-07-28 22:19:17 +0200
@@ -40,3 +40,3 @@

-{ "eor", { -1, 0x49, 0x45, 0x55, -1, 0x40, 0x5d, 0x59, 0x41, 0x51, -1, -1 } },
+{ "eor", { -1, 0x49, 0x45, 0x55, -1, 0x4d, 0x5d, 0x59, 0x41, 0x51, -1, -1 } },

And I was wondering where that stray RTI in the middle of the code was coming from... ;)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.