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:
darkress
2023-05-31 19:34:56 +02:00
parent 0b5d0c172a
commit 7af1145ad4
15 changed files with 98 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ package de.darkress.pic16f84sim.commands;
import de.darkress.pic16f84sim.microcontroller.ProgramCounter;
import de.darkress.pic16f84sim.microcontroller.Stack;
public class Call extends CommandUtils implements Command
public class Call extends LiteralCommandUtils implements Command
{
private final int literal;