Analyse the contents of register A and flag register after the execution of the following 8085 microprocessor program; MVI A, 55H MVI C, 25H ADD C
Home/Microprocessor/Page 12
SIKSHAPATH Latest Questions
Tushar
Asked: March 23, 2022In: Microprocessor
Create a program to read data from input port 00H and logically AND with FF H and display the result at the output port.
AK
Asked: March 22, 2022In: Microprocessor
Analyse and Write function and number of bytes present in the following instructions:- i) MVI A,05H ii) STA 3000H iii) DAD B iv) XCHG v) MOV C,M
mridulmeerut
Asked: March 22, 2022In: Microprocessor
If the 8085 adds 87H and 79 H, which of the flag register will get set . Give calculation.
Microprocessor and Interfacing
mridulmeerut
Asked: March 22, 2022In: Microprocessor
MVI A,0BH MVI C,08H ADD C MOV B,A Analyse the above code snippet and mention the result