Some branching/jumping

This commit is contained in:
Adam
2014-12-05 16:26:07 -05:00
parent ea556bef32
commit ea366191ea
44 changed files with 571 additions and 124 deletions

View File

@@ -63,12 +63,7 @@ public class Instructions
{
return code;
}
public Instruction getFirstInstruction()
{
return instructions.get(0);
}
public Instruction findInstruction(int pc)
{
for (Instruction i : instructions)