implemented Retlw instruction

This commit is contained in:
Darkress
2023-05-31 01:43:48 +02:00
parent eed0b2e3eb
commit f0f6179059
3 changed files with 27 additions and 2 deletions

View File

@@ -110,8 +110,7 @@ public class CommandDecoder
case 0x3000:
return new Movlw(input);
case 0x3400:
//retlw();
break;
return new Retlw(input);
}
if ((input | 0x0060) == 0x0060)