Renamed setPcForGotoCall function to setPcFrom11BitLiteral
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package de.darkress.pic16f84sim.commands;
|
||||
|
||||
import de.darkress.pic16f84sim.microcontroller.Memory;
|
||||
import de.darkress.pic16f84sim.microcontroller.ProgramCounter;
|
||||
|
||||
public class Goto extends CommandUtils implements Command
|
||||
@@ -15,6 +14,6 @@ public class Goto extends CommandUtils implements Command
|
||||
@Override
|
||||
public void execute()
|
||||
{
|
||||
ProgramCounter.setPcForGotoCall(literal);
|
||||
ProgramCounter.setPcFrom11BitLiteral(literal);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user