InterviewSolution
Saved Bookmarks
| 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
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 |
|