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 need of start 0? In steed of can we use anyother numerics? If we use what will happen?
What will happen if we drop the base register in the program which contains only one basereg?
What is house keeping in assembler?
What is the use of trt instruction?
what is need of start 0? In steed of
How is data passed from a calling program to an assembler called program?
Explain about base register?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
Explain about house keeping in assembler?
how to pass the parameters from jcl to assembler pgm?
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?
explain about maximum displacement and how to cross this limit?
how to initialize a register to 0000?
How to pass the parameters from jcl to assembler program?
explain icm instruction?