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 the use of TRT instruction and how it is working?
How is data passed from a calling program to an assembler called program?
cobol and assembler access
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).
Explain the difference between various read and find statement?
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
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 symbol table in assembler?
explain icm instruction?
Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?
explain about maximum displacement and how to cross this limit?
What is house keeping in assembler?