Can we use an equated value as operand for an MVC
instruction? Reason for the same
Answer Posted / saurabh biswas
Both the operands of a MVC operand is a storage operand.
But the equated value is an immediate data not a storage
operand. So if you use equated value in a MVC instruction
it will try to resolve the equated value in the form of
BDDD format. It will not cause any any error at compilation
time but will cause an unpredictable result at run time.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the difference in data type "x" and "p"?
What is the use of trt instruction?
Explain how to pass instream data in sysin with assembler?
What is maximum displacement and how to cross this limit?
What is need of start 0?
Explain how to initialize a register to 0000?
How do you round the addition or subtraction of two numbers in assembler?
explain icm instruction?
What is maximum displacement?
What is house keeping in assembler?
Explain about base register?
What does "using" do?
Explain how to produce soc7 abend?
How is data passed from a calling program to an assembler called program?
How many maximum base registers we can have in a single program?