Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?



Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?..

Answer / jitendra

No, I don't think any memory location can be accessed without using Base displacement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Assembler Interview Questions

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

0 Answers  


WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?

4 Answers   IBM, Tech Mahindra,


What will happen if we drop the base register in the program which contains only one basereg?

0 Answers  


how to retrieve the instream data in sysin?

0 Answers   IBM,


How do you round the addition or subtraction of two numbers in assembler?

0 Answers  






How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label

3 Answers   CSC, IBM,


Explain about house keeping in assembler?

0 Answers  


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

5 Answers  


explain about maximum displacement and how to cross this limit?

0 Answers   IBM,


What is house keeping in assembler?

0 Answers  


How is data passed from a calling program to an assembler called program?

0 Answers  


Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?

4 Answers   Amdocs, IBM,


Categories