Exemple #1
0
 public void Execute(MIXWord address, byte index, byte left, byte right)
 => executionProc(address, index, (byte)(left * 8 + right));
Exemple #2
0
 public void Execute(MIXWord address, byte index, byte field)
 => executionProc(address, index, field);