NAND



Hi,

I'm playing with the MIPS assembly language. There is no NAND instruction
in the MIPS ISA, just AND, NOR, OR and XOR. How can I implement the NAND
operation efficiently using the present instructions?

Thank you.

Chris
.