Ejemplo n.º 1
0
 public OpCode(byte byteCode, AssemblyOperations operation, AddressingMode addressing, byte ticks)
 {
     ByteCode = byteCode;
     Operation = operation;
     Addressing = addressing;
     Ticks = ticks;
 }
Ejemplo n.º 2
0
 public TestRunner()
 {
     InitializeComponent();
     _assemblyOperations = new AssemblyOperations();
 }