hi I am new here. I have started an assembly class and I have completed the beginning assignments about making a program perform addition and what not. I am now stuck on making it do an NAND function. I have to use 16 bit registers, but I cant wrap my head around the logic. I must NAND these numbers together. Can anyone get me started?
short int num1 = 0x115C;
short int num2 = 0x1E61;
short int num3 = 0x1E61;