示例#1
0
 public void alu_Not8()
 {
     Assert.AreEqual(_alu.Not8(0xAA), 0x55U);
 }