implemented Addwf Instruction

This commit is contained in:
Darkress
2023-05-31 15:07:30 +02:00
parent 0b5d0c172a
commit b9a74c108e
15 changed files with 98 additions and 18 deletions

View File

@@ -9,8 +9,7 @@ public class CommandDecoder
switch(input & 0x3F00)
{
case 0x700:
//addwf();
break;
return new Addwf(input);
case 0x500:
//andwf();
break;