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 the difference between various read and find statement and which one should be used when for better adabas performance?
What will happen if we drop the base register in the program which contains only one basereg?
What does the following code do? Ap wkur,=p5 where wkur is a label?
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?
Why do we use "drop"?
Explain the difference between various read and find statement?
How do you round the addition or subtraction of two numbers in assembler?
Explain how to pass instream data in sysin with assembler?
Explain about house keeping in assembler?
How is data passed from a calling program to an assembler called program?
How are data passed from jcl parm to assembler program?
what is need of start 0? In steed of
explain icm instruction?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
How many maximum base registers we can have in a single program?