Microprocessor
Description: IT | |
Number of Questions: 25 | |
Created by: Vijay Palan | |
Tags: Microprocessor MicroProcessor and MicroController |
Which instruction includes opcode and operand in the same byte?
Which of the following instructions provides a means of moving a byte between the accumulator and a memory location indirectly, with the RAM address contained in either the BC or DE register pair?
Which instruction will add the specified byte, either in a register or in the address contained by the H & L registers, and the value of the Carry bit into the accumulator?
Which instruction provides a quick means of subtracting one from the content of a register or a memory location?
Which instruction subtracts the specified byte, in a register or in the address contained by the H & L register from the content of the accumulator?
Which instruction allows direct control of the Carry flag by the programmer?
Which instruction performes a logical AND function between the specified byte, either in a register or in the address contained in the H & L register and the contents of the accumulator?
Which of the following modes results in a single-byte instruction?
Which instruction provides a means, at the end of a subroutine, of resuming program execution at the instruction following the Call instruction which invoked the subroutine?
______________ effectives the address of the datum in the base register BX or an index register that is specified by the instruction.
Which instruction allows the MP to permit or deny interrupts under program control?
________________ replaces the contents of IP with part of the instruction and the segment of CS with another part of the instruction.
___________ is set to 1, if the result is zero and 0 if the result is non-zero.
The instruction used to clear interrupt flag in 8086 is__________.
___________ is set, if there is a Carry out of bit 3 during an addition or a borrow by bit 3 during a subtraction.
_____________ is an operation where the output depends on any one of the two conditions given, then output is true where any of the two inputs or both of them are true.
Which arithmetic instructions may use any of the addressing modes for one of the operands, but, except when the source operand is immediate, one of the two operands must be a register?
_________ is the operation where the output is true when any of the two inputs or both of them were true.
___________, the effective branch having content of register or memory location is accessed by using any of the data related addressing modes expect the immediate mode.
In which operation, the output is true only when one of the input was true and output is false if both inputs are at the same logic?
Which instruction has the 2 byte machine code format where the second byte gives a 8-bit signed displacement relative to the address of the next instruction in sequence?
__________ of addition states that the net result remains same irrespective of grouping variables.
__________ law states that the Oring with one variable of the ANDed function, is similar to the ANDing of ORed result.
In which operation, the output is true only when both of the input are true or both the input and output are false, if the inputs are at the different logic?
__________________ is a 8-bit register which is a part of ALU. This register is used to store 8-bit data and to perform ALU operations. The result is stored in itself.