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
Answer Posted / karta
After we do an add or , to Round it , we can do a SRP
SRP is shift and round packed.
Here SRP Value ,64-4,5 . usually we do right shifting after a DP and do add 5 to round it. eirther 0 or 5 will be issued. if zero, no rounding takes place.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is data passed from a calling program to an assembler called program?
Why do we use "drop"?
How many maximum base registers we can have in a single program?
What is house keeping in assembler?
Explain how to initialize a register to 0000?
Explain how to produce soc7 abend?
How to pass the parameters from jcl to assembler program?
explain icm instruction?
What is maximum displacement?
explain about maximum displacement and how to cross this limit?
Explain the difference in data type "x" and "p"?
Explain about house keeping in assembler?
How are data passed from jcl parm to assembler program?
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?
What will happen if we drop the base register in the program which contains only one basereg?