Why can only 256 bytes be moved from one address to another
in a MVC?
Answer Posted / vikram
Lenght feild is 8 bits so the data is stored in binary
format so if we have all 8 bits set to 1 then the length
will be 128+64+32+16+8+4+2+1 = 255.or
2^7+ 2^6+2^5...2^0 = 255.
so the lenght is 256 .....
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain about maximum displacement?
how to retrieve the instream data in sysin?
How to pass the parameters from jcl to assembler program?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
What is maximum displacement?
explain icm instruction?
What is the use of trt instruction?
Explain how to access vsam file?
How many maximum base registers we can have in a single program?
How are data passed from jcl parm to assembler program?
What will happen if we drop the base register in the program which contains only one basereg?
what is need of start 0? In steed of
What is house keeping in assembler?
Ap wkur,=p5 where wkur is a label?
how to pass the parameters from jcl to assembler pgm?