Multiple choice technology mainframe

Identify the Assembler Instruction formats

  1. RR Instruction

  2. RX Instruction

  3. SS Instruction

  4. SI Instruction

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

IBM mainframe assemblers use four primary instruction formats: RR (Register-Register) for operations between registers, RX (Register-Indexed Storage) for register and memory operations, SS (Storage-Storage) for memory-to-memory operations, and SI (Storage-Immediate) for operations with immediate values stored in memory.