sim: wrong outputname for xor
authorMartin Perner <martin@perner.cc>
Tue, 11 Jan 2011 16:16:40 +0000 (17:16 +0100)
committerMartin Perner <martin@perner.cc>
Tue, 11 Jan 2011 16:16:40 +0000 (17:16 +0100)
wrote or instead

3c_disasm/instr/xor.cpp

index 900dbc380f99edf4d645934c5b48a22929789b5b..8a0a0b22096408217fba39ebc3b1f93368949ecf 100644 (file)
@@ -38,7 +38,7 @@ extern "C" void destroy_instruction(Iinstr* p) {
 Cxor::Cxor()
 {
        opcode = B5(01000);
-       name = "or";
+       name = "xor";
 }
 
 void Cxor::evalInstr()