retagged by
2,563 views
2 votes
2 votes

INCA(Increase register A by $1$) is an example of which of the following addressing mode?

  1. Immediate addressing
  2. Indirect addressing
  3. Implied addressing
  4. Relative addressing
retagged by

4 Answers

7 votes
7 votes

The Ans is C) Implied Addressing.

Inherent Addressing(INH) or Implied Addressing refers to the instruction which comprises only the OPCODE without an OPERAND.

Some Instructions that use Implied Addressing is HALT, INCA, INCX, POPA, PUSHA etc.

edited by
0 votes
0 votes
→ Implied addressing refers to instructions that comprise only an opcode without an operand; for example, the INCA (“increment accumulator”) instruction.
→ An implied sequence commences when the PC reaches the opcode for an implied instruction
(a). loads that opcode into the IR
(b). Increments the PC (c). Recognizing that this is an implied instruction, the CPU executes it and continues on to the next instruction.
→ Instructions that use implied addressing are: CLRIM, DECA, DECX, HALT, INCA, INCX, NOP, POPA, POPSR, PUSHA, PUSHSR, ROLC, RORC, RTI, RTS, SETIM, SHL, and SHR.
0 votes
0 votes

$C$  is correct.

No additional information like constants and effective address is mentioned in the instruction.So, clearly the mode is implied.

Reference: Addressing modes

Answer:

Related questions

1 votes
1 votes
3 answers
1
admin asked Mar 30, 2020
4,423 views
Which of the following is/are not features of RISC processor?Large number of addressing modes.Uniform instruction set.(i) Only(ii) OnlyBoth (i) and (ii)None of the option...
1 votes
1 votes
2 answers
2
admin asked Mar 30, 2020
1,547 views
A two-word instruction is stored in a location $A$. The operand part of instruction holds $B$. If the addressing mode is relative, the operand is available in location$A+...
0 votes
0 votes
4 answers
3
admin asked Mar 30, 2020
1,592 views
In a cache memory if total number of sets are ‘$s$’, then the set offset is:$2^8$$\log_2s$$s^2$$s$
3 votes
3 votes
5 answers
4
admin asked Mar 30, 2020
2,871 views
A stack organized computer has which of the following instructions?zero-addressone-addresstwo-addressthree-address