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 |
Why do we have multiple base registers in certain programs?
Why do we use "drop"?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
What is the difference between various read and find statement,and which one should be used when for better adabas performance ?
What is symbol table in assembler?
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.
Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).
What will happen if we drop the base register in the program which contains only one basereg?
How to pass instream data in sysin with Assembler?
explain about maximum displacement and how to cross this limit?
Ap wkur,=p5 where wkur is a label?
How is data passed from a calling program to an assembler called program?