Answers

Question and Answer:

  Home  IBM Assembler

⟩ Explain ICM instruction?

ICM means INsert character under mask. its a movement of character under mask bits

eg

ICM R8,B'0110',SRC

Before execution:

R8 ==> 12 34 56 78

SRC ==> AB CD EF 10

After Excecution:

R8 ==> 12 CD EF 78

 130 views

More Questions for you: