implemented PC (#11)

This commit is contained in:
DarkressX
2023-05-29 00:25:37 +02:00
committed by GitHub
parent 29ec2afe04
commit 769c37e5f3
10 changed files with 29 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
package de.darkress.pic16f84sim.commands;
import de.darkress.pic16f84sim.registers.Memory;
import de.darkress.pic16f84sim.microcontroller.Memory;
public class Iorlw extends CommandUtils implements Command
{