Write, run and test a program that adds 2,3 decimal numbers digits. Verify your solution using the following data:
(a) [0793]+[0805], and place the results in memory locations: [2065] the most byte (MSB) and in [2066] the least significant byte (LSB).
(b) [0793]+[0585], and place the result in memory locations: [2067] (MSB) and [2068] (LSB)

Q&A Education