How to initialize 20,000 bytes in the Assembler..
Answer Posted / munna
initalization done by using below code.
MVI datafield,C' '
MVC datafield+1(L'datafield-1),datafield
| Is This Answer Correct ? | 5 Yes | 28 No |
Post New Answer View All Answers
How many maximum base registers we can have in a program?
What is icm instruction?
What will happen if we drop the base register in the program which contains only one basereg?
What is maximum displacement and how to cross this limit?
What is need of start 0?
What is maximum displacement?
what is need of start 0? In steed of
Explain how to pass instream data in sysin with assembler?
Explain how to produce soc7 abend?
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?
explain icm instruction?
how to pass the parameters from jcl to assembler pgm?
explain about maximum displacement and how to cross this limit?
Explain how to access vsam file?
Why do we use "drop"?