Problem:
Question: Use assembler directives to define a table of all uppercase letters. Place this table in program memory starting from location 0x2000. Assign one byte to one letter
Please show the code of the program that define a table of all uppercase letters.