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

Explain how to produce soc7 abend?

0 Answers  


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

8 Answers   IBM,


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

0 Answers  


how to find the dump

3 Answers   EDS,


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

0 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 to produce SOC7 abend

1 Answers   EDS, IBM,


What does "using" do?

0 Answers  


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

0 Answers  


What does LA R3,R3 ?

1 Answers   Amdocs,


Explain about maximum displacement?

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  


Categories