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 the difference in data type "x" and "p"?

0 Answers  


how to retrieve the instream data in sysin?

0 Answers   IBM,


about maximum displacement and how to cross this limit.

2 Answers   EDS,


Why do we use "drop"? What does "using" do?

4 Answers  


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

1 Answers   HCL,






What is house keeping in assembler? And explain the following code HELLOTSO START 0 * PRINT NOGEN BEGIN SAVE (14,12) LR 12,15 USING TYPE,12 ST 13,SAVE+4 LA 11,SAVE ST 11,8(13) LR 13,11

6 Answers   Mind Tree,


how to initialize a register to 0000?

0 Answers   IBM,


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?

0 Answers   IBM,


What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?

0 Answers  


Ap wkur,=p5 where wkur is a label?

0 Answers   IBM,


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

4 Answers   IBM, Tech Mahindra,


How to pass the parameters from jcl to assembler program?

0 Answers  


Categories