What does LA R3,R3 ?



What does LA R3,R3 ?..

Answer / lan

Address of R3 - x'00000100'
Content of R3 - 00 00 00 00
After execution
Address of R3 - x'00000100'
Content of R3 - 00 00 01 00

It simple load the address of it's own as it's content

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Assembler Interview Questions

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

1 Answers  


How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.

3 Answers   HCL, IBM,


Explain how to pass instream data in sysin with assembler?

1 Answers  


Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?

1 Answers   HCL,


WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?

4 Answers   IBM, Tech Mahindra,


Explain the difference in data type "x" and "p"?

1 Answers  


What is maximum displacement?

1 Answers  


how to find the dump

3 Answers   EDS,


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

5 Answers   Amdocs, IBM,


What is maximum displacement and how to cross this limit?

1 Answers  


How to pass the parameters from jcl to assembler program?

1 Answers  


What does "using" do?

1 Answers  


Categories