implemented Movf Instruction

This commit is contained in:
Darkress
2023-06-04 20:41:56 +02:00
parent 537b4559c4
commit 36f018835f
3 changed files with 31 additions and 5 deletions

View File

@@ -25,8 +25,7 @@ public class CommandDecoder
case 0x400:
return new Iorwf(input);
case 0x800:
//movf();
break;
return new Movf(input);
case 0xD00:
//rlf();
break;