Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Computer Organization and Architecture Addressing Modes Immediate Mode
In 8085 microprocessors, what is the output of following program?
LDA 8000H
MVI B, 30H
ADD B
STA 8001H1
Read a number from input port and store it in memory
2
Read a number from input device with address 8000H and store it in memory at location 8001H
3
Read a number from memory at location 8000H and store it in memory location 8001H
4
Load A with data from input device with address 8000H and display it on the output device with address 8001H