コード例 #1
0
ファイル: MIXInstruction.cs プロジェクト: gtryf/MIXWare
 public void Execute(MIXWord address, byte index, byte left, byte right)
 => executionProc(address, index, (byte)(left * 8 + right));
コード例 #2
0
ファイル: MIXInstruction.cs プロジェクト: gtryf/MIXWare
 public void Execute(MIXWord address, byte index, byte field)
 => executionProc(address, index, field);