about ICM instruction.

Answer Posted / sri

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

Is This Answer Correct ?    24 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is need of start 0?

655


Explain the difference in data type "x" and "p"?

592


Explain how to produce soc7 abend?

634


What does "using" do?

588


Explain about base register?

603






What is the use of trt instruction?

582


Explain the difference between various read and find statement and which one should be used when for better adabas performance?

579


How to pass the parameters from jcl to assembler program?

573


how to initialize a register to 0000?

665


what is need of start 0? In steed of

670


how to pass the parameters from jcl to assembler pgm?

655


Why do we use "drop"?

563


What will happen if we drop the base register in the program which contains only one basereg?

573


What is icm instruction?

639


What does the following code do? Ap wkur,=p5 where wkur is a label?

611