mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-11 04:51:21 +04:00
Refactor SUB handlers
This commit is contained in:
@@ -188,6 +188,6 @@ public static class OpcodeMap
|
||||
/// <returns>The mnemonic</returns>
|
||||
public static string GetMnemonic(byte opcode)
|
||||
{
|
||||
return OneByteOpcodes[opcode];
|
||||
return "NO HANDLER: " + OneByteOpcodes[opcode];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user