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
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
Why do we use "drop"?
What will happen if we drop the base register in the program which contains only one basereg?
What does "using" do?
What is need of start 0?
how to initialize a register to 0000?
What is icm instruction?
Explain about maximum displacement?
Explain about house keeping in assembler?
What does the following code do? Ap wkur,=p5 where wkur is a label?
Ap wkur,=p5 where wkur is a label?
How is data passed from a calling program to an assembler called program?
Explain how to pass instream data in sysin with assembler?
How are data passed from jcl parm to assembler program?
Explain how to produce soc7 abend?