implemented Nop Instruction

This commit is contained in:
Darkress
2023-05-31 20:24:32 +02:00
parent 49ab5876b8
commit 6cbd17cf52
2 changed files with 15 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ public class CommandDecoder
if ((input | 0x0060) == 0x0060)
{
//nop();
return new Nop();
}
if (input == 0x0064)