1.

What Is House Keeping In Assembler? And Explain The Following Code <br>hellotso Start 0 <br>* Print Nogen <br>begin Save (14,12) <br>lr 12,15 <br>using Type,12 <br>st 13,save+4 <br>la 11,save <br>st 11,8(13) <br>lr 13,11

Answer»

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

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



Discussion

No Comment Found