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
how to retrieve the instream data in sysin?
Why do we use "drop"?
Explain how to access vsam file?
explain about maximum displacement and how to cross this limit?
Explain about house keeping in assembler?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? 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 does the following code do? Ap wkur,=p5 where wkur is a label?
Explain how to initialize a register to 0000?
What is need of start 0?
What is the use of trt instruction?
Explain the difference in data type "x" and "p"?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
How is data passed from a calling program to an assembler called program?
What is house keeping in assembler?
How to pass the parameters from jcl to assembler program?