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

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

5 Answers   Amdocs, IBM,


How many maximum base registers we can have in a single program?

0 Answers  


How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label

3 Answers   CSC, IBM,


how to retrieve the instream data in sysin?

0 Answers   IBM,


Explain about house keeping in assembler?

0 Answers  






What is base register?

23 Answers   IBM, Infosys,


how to produce SOC7 abend

1 Answers   EDS, IBM,


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

1 Answers   HCL,


Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).

1 Answers  


how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?

0 Answers   IBM,


Explain how to initialize a register to 0000?

0 Answers  


How we can retrieve the instream data in SYSIN ?

2 Answers   Tech Mahindra,


Categories