Exercise 6 Assembly Programming 1
Exercise 6 Assembly Programming 1
QUESTION 1
"store bytes $56 and $6D into memory locations ($1300) and ($1301) respectively. Then,
load the contents of ($1300) and ($1301) into register X. Finally, transfer the content of X
register into Y."
QUESTION 2
"store bytes $02 and $2A into memory locations ($1300) and ($1301) respectively. Then, add
the contents of ($1300) and ($1301) with the answer of addition is kept in B register. Finally,
the answer of addition is stored in memory location ($1302)".