adplus-dvertising
frame-decoration

Question

The step involved in POP operation is

a.

decrement stack by 2 and store 8-bit content to address pointed to by SP

b.

store 16-bit content to address pointed to by SP and decrement stack by 1

c.

decrement stack by 1 and store content of top of stack to address pointed to by SP

d.

store content of top of stack to address pointed to by SP and then decrement stack by 1

Answer: (d).store content of top of stack to address pointed to by SP and then decrement stack by 1

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The step involved in POP operation is

Similar Questions

Discover Related MCQs

Q. The 8051 stack is

Q. After reset, the stack pointer(SP) is initialized to the address of

Q. The address register for storing the 8-bit addresses can be

Q. The instruction, ADD A, R7 is an example of

Q. The instruction, ADD A, #100 performs

Q. In which of these addressing modes, a constant is specified in the instruction, after the opcode byte?

Q. The only memory which can be accessed using indexed addressing mode is

Q. The data address of look-up table is found by adding the contents of

Q. Which of the following is not an instruction of 8051 instructions?

Q. The logical instruction that affects the carry flag during its execution is

Q. In logical instructions, the immediate data can be an operand for

Q. If the most significant bit of relative address byte is 1, then the short jump instruction is

Q. The first byte of an absolute jump instruction consists of

Q. The third byte of the long jump instruction is

Q. The absolute jump instruction is intended mainly for a jump within a memory space of

Q. The LJMP instruction is very useful in programming in the external code memory space of

Q. Which of the following is not an unconditional control transfer instruction?

Q. The conditional control transfer instructions use

Q. Which of the following is not a conditional control transfer instruction?

Q. The mnemonic used to perform a subtraction of source with an 8-bit data and jumps to specified relative address if subtraction is non-zero is