More execution stuff
This commit is contained in:
@@ -64,6 +64,11 @@ public class Instructions
|
||||
return code;
|
||||
}
|
||||
|
||||
public Instruction getFirstInstruction()
|
||||
{
|
||||
return instructions.get(0);
|
||||
}
|
||||
|
||||
public Instruction findInstruction(int pc)
|
||||
{
|
||||
for (Instruction i : instructions)
|
||||
|
||||
Reference in New Issue
Block a user