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 |
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 to produce SOC7 abend
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
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
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.
Explain how to pass instream data in sysin with assembler?
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
What does the following code do? Ap wkur,=p5 where wkur is a label?
How is data passed from a calling program to an assembler called program?
What is icm instruction?
What is the difference in data type "X" and "P"?
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.