implemented Addwf Instruction (#7)
Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com> Reviewed-on: darkress/pic16f84-sim#7
This commit was merged in pull request #7.
This commit is contained in:
@@ -2,7 +2,7 @@ package de.darkress.pic16f84sim.commands;
|
||||
|
||||
import de.darkress.pic16f84sim.microcontroller.ProgramCounter;
|
||||
|
||||
public class Goto extends CommandUtils implements Command
|
||||
public class Goto extends LiteralCommandUtils implements Command
|
||||
{
|
||||
private final int literal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user