What is the use of trt instruction?



What is the use of trt instruction?..

Answer / Jaiveer Singh

In Assembler, the TRT (Transfer Register to Register) instruction is used to copy the contents of one register to another. This can be useful for transferring data between registers or moving data from a register to a memory location.nnFor example, in IBM System/360 Assembly Language:nnMOV R1,R2n// Copies the content of R2 into R1 using MOV (Move) instructionnnTRT R1,R3n// Copies the content of R1 into R3 using TRT

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Assembler Interview Questions

What does LA R3,R3 ?

1 Answers   Amdocs,


how to produce SOC7 abend

1 Answers   EDS, IBM,


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

1 Answers  


How to initialize 20,000 bytes in the Assembler..

5 Answers   Amdocs, IBM,


how to access VSAm file

2 Answers   EDS, IBM,


Ap wkur,=p5 where wkur is a label?

1 Answers   IBM,


how to find the dump

3 Answers   EDS,


how to initialize a register to 0000?

1 Answers   IBM,


What is the difference in data type "X" and "P"?

5 Answers  


how to pass the parameters from jcl to assembler pgm?

1 Answers   IBM,


What is icm instruction?

1 Answers  


What is house keeping in assembler?

1 Answers  


Categories