implemented decf Instruction

This commit is contained in:
Darkress
2023-05-31 20:15:46 +02:00
parent 1f8e3aff58
commit a38d6b6b80
3 changed files with 30 additions and 4 deletions

View File

@@ -15,8 +15,7 @@ public class CommandDecoder
case 0x900:
return new Comf(input);
case 0x300:
//decf();
break;
return new Decf(input);
case 0xB00:
//decfsz();
break;