Multiple choice technology mainframe

What are the different ways to provide operands

  1. Registers

  2. Base Displacement addressing

  3. Indexed Base Displacement addressing

  4. Immediate data

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

IBM assembler supports multiple ways to specify operands. They can be located in registers, specified using base-displacement addressing, specified with index registers added (indexed base-displacement), or supplied directly as immediate data inside the instruction code itself.