What is house keeping in assembler? And explain the
following code
HELLOTSO START 0
* PRINT NOGEN
BEGIN SAVE (14,12)
LR 12,15
USING TYPE,12
ST 13,SAVE+4
LA 11,SAVE
ST 11,8(13)
LR 13,11
Answer Posted / guest
House keeping is used to store the contents of the base
register from one register to another for using that
register.
These are house keeping instructions where contents of the
registers are stored
1. content of the register 15 is stored in the register 12
2. address in reg 12 is mapped to the module type
3. save area is stored in the register 13
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What does the following code do? Ap wkur,=p5 where wkur is a label?
Explain how to pass instream data in sysin with assembler?
How is data passed from a calling program to an assembler called program?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
how to pass the parameters from jcl to assembler pgm?
how to retrieve the instream data in sysin?
What will happen if we drop the base register in the program which contains only one basereg?
What is icm instruction?
Ap wkur,=p5 where wkur is a label?
How many maximum base registers we can have in a program?
Explain about house keeping in assembler?
What is need of start 0?
What does "using" do?
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"?