Functional Sublw instruction (#8)
* Functional Sublw instruction * Fixed zeroBit in Addlw after overflow and result == 0
This commit is contained in:
@@ -95,8 +95,7 @@ public class CommandDecoder
|
||||
return new Addlw(input);
|
||||
//break;
|
||||
case 0x3C00:
|
||||
//sublw();
|
||||
break;
|
||||
return new Sublw(input);
|
||||
}
|
||||
|
||||
switch(input & 0x3800)
|
||||
|
||||
Reference in New Issue
Block a user