What is maximum displacement?
Explain the difference in data type "x" and "p"?
Why do we have multiple base registers in certain programs?
How is data passed from a calling program to an assembler called program?
about ICM instruction.
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
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
Explain how to initialize a register to 0000?
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 symbol table in assembler?
explain icm instruction?
Can we use an equated value as operand for an MVC instruction? Reason for the same
how to pass the parameters from jcl to assembler pgm?