implemented Retlw instruction (#5)
Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com> Reviewed-on: darkress/pic16f84-sim#5
This commit was merged in pull request #5.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user