Can we use an equated value as operand for an MVC
instruction? Reason for the same
Answer Posted / pazhanivel seethapathy
No. We cannot use equated value as operand for an MVC
instruction, Since it supports only SI instruction.
Since MVI comes under SI instruction, it can use equated
value as operand.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is icm instruction?
How to pass the parameters from jcl to assembler program?
Explain about maximum displacement?
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?
How do you round the addition or subtraction of two numbers in assembler?
What does "using" do?
Explain the difference in data type "x" and "p"?
explain icm instruction?
Why do we use "drop"?
What is house keeping in assembler?
how to retrieve the instream data in sysin?
how to pass the parameters from jcl to assembler pgm?
Explain how to pass instream data in sysin with assembler?
explain about maximum displacement and how to cross this limit?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?