def __init__(self, opcode, arg): self.opcode = opcode self.arg = arg self.length = 1 if arg is None else 3