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
how to pass the parameters from jcl to assembler pgm?
What is maximum displacement and how to cross this limit?
How are data passed from jcl parm to assembler program?
What is maximum displacement?
Explain about base register?
explain about maximum displacement and how to cross this limit?
What does "using" do?
What is the use of trt instruction?
How do you round the addition or subtraction of two numbers in assembler?
what is need of start 0? In steed of
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 to retrieve the instream data in sysin?
Explain how to pass instream data in sysin with assembler?
Explain the difference between various read and find statement?
how to initialize a register to 0000?