Exemple #1
0
 public AssemblyInstruction(AssemblyInstructionType instructionType, AddressingMode addressingMode)
 {
     InstructionType = instructionType;
     AddressingMode  = addressingMode;
 }
 public AssemblyInstruction(AssemblyInstructionType instructionType, AddressingMode addressingMode)
 {
     InstructionType = instructionType;
     AddressingMode = addressingMode;
 }