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

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

1 Answers  


What is need of start 0?

1 Answers  


What is the use of trt instruction?

1 Answers  


Can we use an equated value as operand for an MVC instruction? Reason for the same

8 Answers   IBM,


Explain how to pass instream data in sysin with assembler?

1 Answers  


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

2 Answers   IBM,


How many maximum base registers we can have in a single program?

1 Answers  


What is house keeping in assembler?

1 Answers  


What is the difference in data type "X" and "P"?

5 Answers  


What is icm instruction?

1 Answers  


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?

1 Answers   IBM,


How we can retrieve the instream data in SYSIN ?

2 Answers   Tech Mahindra,


Categories