Can we use an equated value as operand for an MVC
instruction? Reason for the same
Answer Posted / ajay tyagiom
Yes, we can but it is good practice to use MVI instruction
for equated value because it has only one byte and
generally assembler used for fast processing and MVI
instruction takes lesser time than MVC instruction in
execution.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What is the use of trt instruction?
How many maximum base registers we can have in a single program?
explain about maximum displacement and how to cross this limit?
how to initialize a register to 0000?
Explain how to produce soc7 abend?
Explain about base register?
What will happen if we drop the base register in the program which contains only one basereg?
What is maximum displacement and how to cross this limit?
Explain how to pass instream data in sysin with assembler?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
Ap wkur,=p5 where wkur is a label?
How are data passed from jcl parm to assembler program?
how to retrieve the instream data in sysin?
how to pass the parameters from jcl to assembler pgm?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?