Renamed setPcForGotoCall function to setPcFrom11BitLiteral
This commit is contained in:
@@ -11,7 +11,7 @@ public class ProgramCounter
|
||||
return pc;
|
||||
}
|
||||
|
||||
public static void setPcForGotoCall(int data)
|
||||
public static void setPcFrom11BitLiteral(int data)
|
||||
{
|
||||
int pcl = data & 0x00FF;
|
||||
int pch = Memory.getPCLATH();
|
||||
|
||||
Reference in New Issue
Block a user