Home > other >  Assembly language stack of initial values for a detailed explanation
Assembly language stack of initial values for a detailed explanation

Time:10-03

5. If the entire segment address space on the 1000 h is used as the stack, then register SP is the most reasonable set the initial value of _____,

CodePudding user response:

0000, the entire section is used as a stack, the initial pressure of the stack is stored in the FFFE: pressure stack operation is sp minus 2, save data to [sp], initial is
FFFE + 2 to 10000, partial address only four hexadecimal, hence is 0000, looking at is to address a wrap,
  • Related