Instructions done

This commit is contained in:
Adam
2014-12-01 11:37:08 -05:00
parent 9a128c191c
commit 39ed12af48
27 changed files with 520 additions and 39 deletions

View File

@@ -7,7 +7,7 @@ public class Instruction
private int pc;
protected int length = 1;
Instruction(Instructions instructions, InstructionType type, int pc)
public Instruction(Instructions instructions, InstructionType type, int pc)
{
this.instructions = instructions;
this.type = type;