microprocessor
GATE Electrical Engineering · Sequential-EE · 1992-2014
Study anchor
Source-book anchor pending for this concept.
Practice action
Start latest PYQPYQs in this concept
All concepts →In $$8085A$$ microprocessor, the operation performed by the instruction $$LHLD$$ $${2100_H}$$ is
A portion of the main program to call a subroutine $$SUB$$ in an $$8085$$ environment is given below: $$\eqalign{ & LXI\,\,\,\,\,\,\,\,\,\,\,\,\,D\,\,\,DISP \cr & LP\,\,\,\,\,\,\,\...
When a $$''CALL$$ $$addr'$$ instruction is executed, the $$CPU$$ carries out the following sequential operations internally. Note: $$(R)$$ means content of register $$R$$ $$\left(...
In $$8085$$ microprocessor, the contents of the Accumulator, after the following instructions are executed will become $$\eqalign{ & XRA\,\,\,A \cr & MVI\,\,\,B\,\,\,F0\,\,\,H \cr...
An input device is interfaced with Intel $$8085$$ $$A$$ microprocessor as memory mapped $${\rm I}/O,$$ the address of the device is $$2500H.$$ In order to input data from the devic...
Which one of the following statements regarding the $$INT$$ (interrupt) and the $$BRQ$$ (bus request) pins in a $$CPU$$ is true?
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 res...
The $$8085$$ assembly language instruction that stores the content of $$H$$ and $$L$$ registers into the memory locations $$2050H$$ and $$2051H,$$ respectively, is
The following program is written for an $$8085$$ microprocessor to add two bytes located at memory addresses $$1FFE$$ and $$1FFF$$ $$\eqalign{ & LXI\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,...
When a program is being executed in an $$8085$$ microprocessor, its Program Counter contains
An Intel $$8085$$ processor is executing the program given below. $$\eqalign{ & \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,MVIA,\,\,10H \cr & \,\,\,\,\,\,\,\,\,\...
Which one of the following is not a vected interrupt?
In a microprocessor, the address of the next instruction to be executed, is stored in
In an $$8085$$ microprocessor, after the execution of $$XRA$$ $$A$$ instruction
The contents of the accumulator in an $$8085$$ microprocessor is altered after the execution of the instruction.
The stack pointer of a microprocessor is at $$A001H.$$ At the end of execution of following instructions, the value of stack pointer is _____________ $$\eqalign{ & PUSH\,\,\,\,\,\,...
Three devices $$A,$$ $$B$$ and $$C$$ have to be connected to a $$8085$$ microprocessor. Device $$A$$ has highest priority and device $$C$$ has the lowest priority. In this context...
If the $$HLT$$ instruction of a $$8085$$ microprocessor is executed,