implemented Incfsz Instruction

This commit is contained in:
Darkress
2023-05-31 22:19:36 +02:00
parent 7eab465fff
commit 5cf5e82bd1
3 changed files with 38 additions and 4 deletions

View File

@@ -21,8 +21,7 @@ public class CommandDecoder
case 0xA00:
return new Incf(input);
case 0xF00:
//incfsz();
break;
return new Incfsz(input);
case 0x400:
//iorwf();
break;