implemented comf Instruction

This commit is contained in:
Darkress
2023-05-31 20:00:14 +02:00
parent c7d062cffd
commit 663d16ecea
3 changed files with 29 additions and 3 deletions

View File

@@ -13,8 +13,7 @@ public class CommandDecoder
case 0x500:
return new Andwf(input);
case 0x900:
//comf();
break;
return new Comf(input);
case 0x300:
//decf();
break;