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 |
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
Explain how to pass instream data in sysin with assembler?
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?
Explain the difference in data type "x" and "p"?
What is maximum displacement?
how to find the dump
How to initialize 20,000 bytes in the Assembler..
What is maximum displacement and how to cross this limit?
How to pass the parameters from jcl to assembler program?
What does "using" do?