implemented bcfInstruction (#25)
Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com> Reviewed-on: darkress/pic16f84-sim#25
This commit was merged in pull request #25.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package de.darkress.pic16f84sim.commands;
|
||||
|
||||
import de.darkress.pic16f84sim.microcontroller.Memory;
|
||||
|
||||
public class BitOrientedCommandUtils
|
||||
{
|
||||
protected int checkBitPlacement(int input)
|
||||
{
|
||||
return ((input & 0x0380) >>7);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user