about ICM instruction.

Answer Posted / mohit neb

ICM stands for Insert Character under Mask. Operand 1 is a register, operand 2 is a 4-bit binary mask ( eg - B'1000' or the number 8) and operand 3 is a fullword in memory.

The important point is that contiguous memory bytes from the fullword (operand 3) are copied into selected bytes of the register (operand 1). The second operand say B'1100' does that selection. So a mask of B'1010' would insert two contiguous memory bytes from operand 3 to byte one and three of the operand 1 register.

Example :-
ICM 5,B'1010',FIELD

The above instruction would insert two contiguous bytes starting from FIELD into the first and the third byte of R5.

OBJECT CODE :- ( 4 Byte RS Instruction )

1 byte - OP Code
Next 1 byte - 4 bits for teh register and the other 4 for
the binary mask.
Next 2 bytes for operand 3 - B2D2D2D2

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to access vsam file?

609


What is house keeping in assembler?

591


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

579


how to initialize a register to 0000?

665


Why do we use "drop"?

563






explain icm instruction?

656


What is icm instruction?

639


How to pass the parameters from jcl to assembler program?

573


Explain the difference between various read and find statement?

617


How is data passed from a calling program to an assembler called program?

630


What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?

636


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

611


how to pass the parameters from jcl to assembler pgm?

655


What is the use of trt instruction?

582


how to retrieve the instream data in sysin?

677