首页 > 代码库 > 【2014-11-22】《The Hardware/Software Interface》– Section 5

【2014-11-22】《The Hardware/Software Interface》– Section 5

  1. image
  2. image
  3. Stack-Based Languages
    • Need some place to store state of each instantiation(实例)
      • Arguments
      • Local variables
      • Return pointer
  4. image

【2014-11-22】《The Hardware/Software Interface》– Section 5