about maximum displacement and how to cross this limit.
Answers were Sorted based on User's Feedback
Answer / sri
maximum displacement is 4k i.e 4096 bytes.
if we need to add more than 4096 bytes another base register.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / umesh kataria
According to Base displacement addressing method, the
displacement can be described by 3 nibbles. i.e, 12 bits.
A bit can be either 1 or 0.
So 2 raise to the power 12 = 4096 bytes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
What is need of start 0?
What is the use of trt instruction?
Can we use an equated value as operand for an MVC instruction? Reason for the same
Explain how to pass instream data in sysin with assembler?
What is the difference between various read and find statement,and which one should be used when for better adabas performance ?
How many maximum base registers we can have in a single program?
What is house keeping in assembler?
What is the difference in data type "X" and "P"?
What is icm instruction?
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?
How we can retrieve the instream data in SYSIN ?