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 |
How are data passed from jcl parm to assembler program?
What is symbol table in assembler?
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).
What is icm instruction?
how to retrieve the instream data in sysin?
How many maximum base registers we can have in a program?
Why can only 256 bytes be moved from one address to another in a MVC?
WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?
What is maximum displacement and how to cross this limit?
Explain about maximum displacement?
about ICM instruction.
Can we use an equated value as operand for an MVC instruction? Reason for the same