+++ /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... ;)