MCQOPTIONS
Saved Bookmarks
| 1. |
In 8085 microprocessor, what is the output of following program?LDA 8000HMVI B, 30HADD BSTA 8001H |
| A. | Read a number from input port and store it in memory |
| B. | Read a number from input device with address 8000H and store it in memory at location 8001H |
| C. | Read a number from memory at location 8000H and store it in memory location 8001H |
| D. | Load A with data from input device with address 8000H and display it on the output device with address 8001H |
| Answer» E. | |