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.