Why can only 256 bytes be moved from one address to another
in a MVC?
Answer Posted / mike m
THE LENGTH CODE FIELD IS 1 BYTE IN LENGTH.
THE LARGEST VALUE YOU MAY SPECIFY IN A 1 BYTE FIELD IS X'FF'
X'FF' = 255 DECIMAL
THE LEN. IN THE OBJECT CODE FIELD WILL BE 1 LESS THAN
ACTUAL LEN.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
explain icm instruction?
Explain the difference in data type "x" and "p"?
How do you round the addition or subtraction of two numbers in assembler?
What is need of start 0?
Explain about maximum displacement?
Explain how to pass instream data in sysin with assembler?
What will happen if we drop the base register in the program which contains only one basereg?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
How are data passed from jcl parm to assembler program?
Explain about house keeping in assembler?
How many maximum base registers we can have in a program?
Explain how to initialize a register to 0000?
What does the following code do? Ap wkur,=p5 where wkur is a label?
how to initialize a register to 0000?
How to pass the parameters from jcl to assembler program?