mystery question4

Light Poster
12Nov2009,20:24   #1
sajid227's Avatar
1) Write a program in Assembly Language to swap the nibbles in each byte of the AX register.
2) AX contains a number between 0-15. Write Assembly Language code to complement the corresponding bit in BX. For example if AX contains 6; complement the 6th bit of BX.