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 |
Ap wkur,=p5 where wkur is a label?
how to pass the parameters from jcl to assembler pgm?
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
Why can only 256 bytes be moved from one address to another in a MVC?
explain about maximum displacement and how to cross this limit?
What is maximum displacement?
Explain how to initialize a register to 0000?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
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 is need of start 0?
How many maximum base registers we can have in a program?
about maximum displacement and how to cross this limit.