implemented Addwf Instruction
This commit is contained in:
@@ -2,7 +2,7 @@ package de.darkress.pic16f84sim.commands;
|
||||
|
||||
import de.darkress.pic16f84sim.microcontroller.Memory;
|
||||
|
||||
public class Sublw extends CommandUtils implements Command
|
||||
public class Sublw extends LiteralCommandUtils implements Command
|
||||
{
|
||||
private final int literal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user