implemented Rlf Instruction

This commit is contained in:
Darkress
2023-06-06 01:09:16 +02:00
parent 40b7a4a478
commit 2f8adb70c4
4 changed files with 46 additions and 7 deletions

View File

@@ -27,8 +27,7 @@ public class CommandDecoder
case 0x800:
return new Movf(input);
case 0xD00:
//rlf();
break;
return new Rlf(input);
case 0xC00:
//rrf();
break;