Problem:
Write a sequence of assembler directives to build a table of ASCII codes of lower case letters a-z. The table should start from memory location $2000. Note: use assembler directives only.
Additional Information:
This question is from Computer Science as well as it explains about writing a sequence of assembler directives to build table of ASCII codes of lower case letters.