
ØØ Explanation : · Consider that a word of data is present in the AX register and 2nd word of data is present in the BX register. · We have to multiply the word in AX with the...

ØØ Explanation : · Consider that a word of data is present in the AX register and 2nd word of data is present in the BX register. · We have to multiply the word in AX with the...
ØØ Explanation : · Consider that a word of data is present in the AX register and second word of data is present in the BX register. · We have to subtract the word in BX with the...
ØØ Explanation : · Consider that a word of data is present in the AX register and a 2nd word of data is present in the BX register. · We have to add word in AX with the...
ØØ Explanation : · Consider that a word of data is present in the AX register and byte of data is present in the BL register, we have to divide word in AX with the byte in BL....
ØØ Explanation : · Consider that two words are available in registers AX and BX. We have to add these two words. · Using add instruction, add the contents, of the lower two bits i.e. add AL and...
ØØ Explanation : · Consider that two unpacked numbers are present in the AL and BL registers. We have to multiply the two numbers. The result is stored in the AX register. The AAM (BCD adjust after Multiply)...
ØØ Explanation : · Consider that a byte of data is present in the AL register and a second byte of data is present in the BL register. We have to subtract byte in BL with byte in...