Answer Posted / bala
assembler maintains a table where Entry address for all lables being declared in the program. In below, symbol table will have details like "Para-1 000A", "VAR-1 ----" and so on. Address(entry point) for MVC instruction will not have its entry in symbol tabel as it does not have any label to be referred.. Still Location counter used to maintain address for each instruction. Here Location counter will have address of MVC as '000A' and its length of instruction. Here Para-1 address and MVC address is same as 0H does not reserve storage.
For example, Para-1 address is at X'000A'.
para-1 DS 0H
MVC VAR-1,VAR-2
---
--
VAR-1 CL4
VAR-2 CL4
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What will happen if we drop the base register in the program which contains only one basereg?
Explain the difference in data type "x" and "p"?
what is need of start 0? In steed of
What does "using" do?
What is the use of trt instruction?
explain icm instruction?
Why do we use "drop"?
Explain how to produce soc7 abend?
What is maximum displacement?
How to pass the parameters from jcl to assembler program?
Explain about house keeping in assembler?
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?
How are data passed from jcl parm to assembler program?
What is need of start 0?
how to retrieve the instream data in sysin?