Exemplo n.º 1
0
 public void alu_Not16()
 {
     Assert.AreEqual(_alu.Not16(0xAAAA), 0x5555U);
 }