How to initialize 20,000 bytes in the Assembler..
Answer Posted / king nahiku
fielda DC C20000’ ’
* The requirement is to initialize 20000 bytes
not "reinitialize" 20000 bytes.
* The above statment initializes 20000 bytes of storage to
spaces. The bonus is that it is done at assembly time and
not run time.
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
Explain about house keeping in assembler?
how to pass the parameters from jcl to assembler pgm?
How to pass the parameters from jcl to assembler program?
How are data passed from jcl parm to assembler program?
What is the use of trt instruction?
explain about maximum displacement and how to cross this limit?
How is data passed from a calling program to an assembler called program?
How many maximum base registers we can have in a single program?
How many maximum base registers we can have in a program?
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 how to initialize a register to 0000?
What is maximum displacement?
how to retrieve the instream data in sysin?
what is need of start 0? In steed of
How do you round the addition or subtraction of two numbers in assembler?