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


Please Help Members By Posting Answers For Below Questions

how to pass the parameters from jcl to assembler pgm?

830


What is maximum displacement and how to cross this limit?

864


How are data passed from jcl parm to assembler program?

761


What is maximum displacement?

844


Explain about base register?

796


explain about maximum displacement and how to cross this limit?

877


What does "using" do?

774


What is the use of trt instruction?

774


How do you round the addition or subtraction of two numbers in assembler?

788


what is need of start 0? In steed of

829


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?

888


how to retrieve the instream data in sysin?

881


Explain how to pass instream data in sysin with assembler?

823


Explain the difference between various read and find statement?

814


how to initialize a register to 0000?

881