GATE EE · Digital Electronics
Generate GATE-level questions on 8085 Microprocessor. Focus on: 1. Architecture, Register organization, and Flag register. 2. Instruction set: Addressing modes and Machine cycles. 3. Interrupts, Memory and I/O interfacing.
23 questions · 20 PYQs · 0 AI practice · GATE EE 2027
🎯 These are sample questions
Just sign in to unlock everything. Free for all students.
In a given 8-bit general purpose micro-controller there are following flags. C-Carry, A-Auxiliary Carry, O-Overflow flag, PParity ( 0 for even, 1 for odd) R0 and R 1 are the two general purpose registers of the microcontroller. After execution of the following instructions, the decimal equivalent of the binary sequence of the flag pattern [CAOP] will be MOV R0, +0x60 MOV R1, +0x46 ADD R0, R 1
An 8085 microprocessor accesses two memory locations (2001 H) and (2002H), that contain 8-bit numbers 98H and B1H respectively. The following program is executed: LXI H, 2001 H MVIA, 21H INX H ADD M INX H MOV M, A HLT At the end of this program, the memory location 2003H contains the number in decimal (base 10) form ________
In an 8085 microprocessor, the following program is executed At the end of program, register A contains

An output device is interfaced with 8-bit microprocessor 8085A. The interfacing circuit is shown in figure The interfacing circuit makes use of 3 Line to 8 Line decoder having 3 enables lines . The address of the device is

In 8085A microprocessor, the operation performed by the instruction LHLD 2100H is
A portion of the main program to call a subroutine SUB in an 8085 environment is given below. : : LXI D, DISP LP : CALL SUB : : It is desired that control be returned to LP+DISP+3 when the RET instruction is executed in the subroutine. The set of instructions that precede the RET instruction in the subroutine are

When a "CALL Addr" instruction is executed, the CPU carries out the following sequential operations internally : Note: (R) means content of register R ((R)) means content of memory location pointed to by R. PC means Program Counter SP means Stack Pointer

The increasing order of speed of data access for the following device is (I) Cache Memory (II) CD-ROM (III) Dynamic RAM (IV) Processor Registers (V) Magnetic Tape
In an 8085 microprocessor, the contents of the Accumulator, after the following instructions are executed will become XRA A MVI B, F0 H SUB B
An input device is interfaced with Intel 8085A microprocessor as memory mapped I/O. The address of the device is 2500H. In order to input data from the device to accumulator, the sequence of instructions will be
The content of some of the memory location in an 8085 accumulator based system are given below The content of stack (SP), program counter (PC) and (H,L) are 2700H, 2100H and 0000H respectively. When the following sequence of instruction are executed. 2100 H: DAD SP 2101 H: PCHL the content of (SP) and (PC) at the end of execution will be

The associated figure shows the two types of rotate right instructions , available in a microprocessor where Reg is a 8-bit register and C is the carry bit. The rotate left instructions are similar except that C now links the most significant bit of Reg instead of the least significant one. Such a division can be correctly performed by the following set of operatings

The associated figure shows the two types of rotate right instructions R_1, R_2, available in a microprocessor where Reg is a 8-bit register and C is the carry bit. The rotate left instructions L1 and L2 are similar except that C now links the most significant bit of Reg instead of the least significant one. Suppose Reg contains the 2's complement number 11010110. If this number is divided by 2 the answer should be

Which one of the following statements regarding the INT (interrupt) and the BRQ (but request) pins in a CPU is true?
A software delay subroutine is written as given below : DELAY : MVI H, 255D MVI L, 255D LOOP : DCR L JNZ LOOP DCR H JNZ LOOP How many times DCR L instruction will be executed ?
In an 8085 A microprocessor based system, it is desired to increment the contents of memory location whose address is available in (D,E) register pair and store the result in same location. The sequence of instruction is
The 8085 assembly language instruction that stores the content of H and L register into the memory locations and , respectively, is:
If the following program is executed in a microprocessor, the number of instruction cycle it will take from START to HALT is

When a program is being executed in an 8085 Microprocessors, its Program Counter contains
A memory system has a total of 8 memory chips, each with 12 address lines and 4 data lines, The total size of the memory system is
Want unlimited AI-generated Microprocessors questions?
Sign up free and practice with adaptive difficulty — Easy, Medium, Hard. New questions every session.
Start practising for free →