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 |
What does LA R3,R3 ?
how to produce SOC7 abend
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
How to initialize 20,000 bytes in the Assembler..
how to access VSAm file
Ap wkur,=p5 where wkur is a label?
how to find the dump
how to initialize a register to 0000?
What is the difference in data type "X" and "P"?
how to pass the parameters from jcl to assembler pgm?
What is icm instruction?
What is house keeping in assembler?