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 |
How is data passed from a calling program to an assembler called program?
How to pass the parameters from jcl to assembler program?
how to initialize a register to 0000?
cobol and assembler access
Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?
how to retrieve the instream data in sysin?
How many maximum base registers we can have in a single program?
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
How to initialize 20,000 bytes in the Assembler..
How many maximum base registers we can have in a program?
What is the difference in data type "X" and "P"?
How do you round the addition or subtraction of two numbers in assembler?