Esempio n. 1
0
 def __init__(self, *operands, **koperands):
     self.machine_inst = self.instruction_type
     Instruction.__init__(self, *operands, **koperands)
     return
Esempio n. 2
0
 def __init__(self, *operands, **koperands):
   self._operands = {}
   Instruction.__init__(self, *operands, **koperands)
Esempio n. 3
0
 def __init__(self, *operands, **koperands):
     self._operands = {}
     Instruction.__init__(self, *operands, **koperands)