Why can only 256 bytes be moved from one address to another
in a MVC?
Answer Posted / hariconda
MVC FORMAT: SS1 format
ASSEMBLER: OPCODE D1(L,B1),D2(B2)
here the length field is 8 bits or 1 byte so the maximum
value we can move is 256 bytes.
to move more than this use MVCL instruction
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
explain icm instruction?
how to pass the parameters from jcl to assembler pgm?
What does "using" do?
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?
What will happen if we drop the base register in the program which contains only one basereg?
how to retrieve the instream data in sysin?
Explain how to initialize a register to 0000?
How many maximum base registers we can have in a program?
How to pass the parameters from jcl to assembler program?
Explain the difference in data type "x" and "p"?
How many maximum base registers we can have in a single program?
What is need of start 0?
How do you round the addition or subtraction of two numbers in assembler?
Explain about house keeping in assembler?