How many maximum base registers we can have in a program?
No Answer is Posted For this Question
Be the First to Post Answer
how to pass the parameters from jcl to assembler pgm?
What is icm instruction?
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
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 base register?
Ap wkur,=p5 where wkur is a label?
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
How many maximum base registers we can have in a program?
HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A PROGRAM AND ALSO HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A SINGLE PROGRAM.
What is the difference in data type "X" and "P"?
What does the following code do? Ap wkur,=p5 where wkur is a label?
How are data passed from jcl parm to assembler program?