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 how to access vsam file?
What is house keeping in assembler? And explain the following code HELLOTSO START 0 * PRINT NOGEN BEGIN SAVE (14,12) LR 12,15 USING TYPE,12 ST 13,SAVE+4 LA 11,SAVE ST 11,8(13) LR 13,11
How we can retrieve the instream data in SYSIN ?
What is need of start 0?
Why can only 256 bytes be moved from one address to another in a MVC?
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).
HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A PROGRAM AND ALSO HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A SINGLE PROGRAM.
How we can Pass the parameters from JCL to assembler Pgm?
WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?
How is data passed from a calling program to an assembler called program?
Explain about maximum displacement?
How to pass the parameters from jcl to assembler program?