1. Use assembler directives to describe a table of all uppercase letters. Place this table in program memory starting from location 0x2000. Assign one byte to one letter.
2. Use assembler directives to assign the symbols sum, lp_cnt, height, and weight to date memory locations at 0x00, 0x01, 0x02, 0x03 respectively.
3. Write an instruction sequence to multiply the unsigned 32-bit numbers stored in data memory locations 0x00-0x03 and 0x04-0x07 and leave the product in data memory locations 0x10-0x17