def validate_operands(self, *operands, **koperands): Instruction.validate_operands(self, *operands, **koperands)
def __init__(self, *operands, **koperands): self._operands = {} Instruction.__init__(self, *operands, **koperands)
def __init__(self, *operands, **koperands): self.machine_inst = self.instruction_type Instruction.__init__(self, *operands, **koperands) return