Answer Posted / sanjeev mohindra
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 AB CD 78
| Is This Answer Correct ? | 35 Yes | 19 No |
Post New Answer View All Answers
Explain how to initialize a register to 0000?
How are data passed from jcl parm to assembler program?
Explain how to pass instream data in sysin with assembler?
How many maximum base registers we can have in a program?
Explain the difference between various read and find statement?
how to pass the parameters from jcl to assembler pgm?
What will happen if we drop the base register in the program which contains only one basereg?
explain icm instruction?
How is data passed from a calling program to an assembler called program?
What is icm instruction?
What is maximum displacement?
What is the use of trt instruction?
Explain how to access vsam file?
Explain about maximum displacement?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?