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 |
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
How many maximum base registers we can have in a single program?
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
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
Why can only 256 bytes be moved from one address to another in a MVC?
Explain about house keeping in assembler?
What is symbol table in assembler?
Explain how to pass instream data in sysin with assembler?
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).
What is the difference between various read and find statement,and which one should be used when for better adabas performance ?
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.
What is the use of TRT instruction and how it is working?