about maximum displacement and how to cross this limit.

Answers were Sorted based on User's Feedback



about maximum displacement and how to cross this limit...

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

about maximum displacement and how to cross this limit...

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

Post New Answer

More Assembler Interview Questions

What does the following code do? Ap wkur,=p5 where wkur is a label?

0 Answers  


what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.

4 Answers   CSC, TCS,


how to pass the parameters from jcl to assembler pgm?

0 Answers   IBM,


What is need of start 0?

0 Answers  


Explain the difference between various read and find statement and which one should be used when for better adabas performance?

0 Answers  






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).

1 Answers  


how to retrieve the instream data in sysin?

0 Answers   IBM,


what is need of start 0? In steed of

0 Answers   IBM,


Explain how to pass instream data in sysin with assembler?

0 Answers  


HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A PROGRAM AND ALSO HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A SINGLE PROGRAM.

5 Answers   IBM, TCS,


how to initialize a register to 0000?

0 Answers   IBM,


explain about maximum displacement and how to cross this limit?

0 Answers   IBM,


Categories