Recent questions tagged 8085-microprocessor

5 votes
5 answers
31
How many number of times the instruction sequence below will loop before coming out of the loop? MOV AL, 00H A1: INC AL JNZ A11255256Will not come out of t...
3 votes
2 answers
33
1 votes
1 answer
36
3 votes
1 answer
41
Contents of A register after the execution of the following 8085 microprocessor program is MVIA, 55 H MVI C, 25 H ADDC DAA 7AH80H50H22H
1 votes
1 answer
42
31 votes
2 answers
44
The octal representation of an integer is $(342)_8$. If this were to be treated as an eight-bit integer in an $8085$ based computer, its decimal equivalent is$226$$-98$$7...
4 votes
0 answers
46
2 votes
1 answer
47
In 8085 which of the following modifies the program counterOnly PCHL instructionOnly ADD instructionsOnly JMP and CALL instructionsAll instructions
1 votes
1 answer
48
1 votes
1 answer
52
3 votes
0 answers
54