JumpEq uses Operand

This commit is contained in:
Imbus 2024-05-11 19:43:58 +02:00
parent 40c104f2fe
commit dee1d42924

View file

@ -4,8 +4,6 @@ import hatelace.*;
public class JumpEq extends Instruction { public class JumpEq extends Instruction {
private int index; private int index;
// private Address src;
// private Word imm;
private Operand o1; private Operand o1;
private Operand o2; private Operand o2;