Answer Posted / sunny
XR Rx,Rx
This is the best way and most efficient way of initializing
the register values or Label values to '0'.
Its because the time required to execute a Logical
Instruction is always less than the Arithmetic Instructions.
e.g SR Rx,Rx consumes more execution time than XR Rx,Rx.
So XR Rx,Rx is a better way to do obtain our target.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
how to retrieve the instream data in sysin?
What does the following code do? Ap wkur,=p5 where wkur is a label?
Explain about house keeping in assembler?
Explain how to access vsam file?
Explain about maximum displacement?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
how to initialize a register to 0000?
What will happen if we drop the base register in the program which contains only one basereg?
what is need of start 0? In steed of
Explain how to initialize a register to 0000?
Why do we use "drop"?
Ap wkur,=p5 where wkur is a label?
How to pass the parameters from jcl to assembler program?
What is maximum displacement and how to cross this limit?
Explain how to produce soc7 abend?