Another dup1 test

This commit is contained in:
Adam
2015-10-03 12:48:51 -04:00
parent fb10ab8daa
commit f6f487ad6d
3 changed files with 114 additions and 34 deletions

View File

@@ -17,6 +17,11 @@ public class IAdd extends Instruction
{
super(instructions, type, pc);
}
public IAdd(Instructions instructions)
{
super(instructions, InstructionType.IADD, -1);
}
@Override
public void execute(Frame frame)