Intel 80C188EC User Manual page 419

Hide thumbs Also See for 80C188EC:
Table of Contents

Advertisement

80C186 INSTRUCTION SET ADDITIONS AND EXTENSIONS
Figure A-2. Variable Access in Nested Procedures
The first ENTER, executed in the Main Program, allocates dynamic storage space for Main, but
no pointers are copied. The only word in the display points to itself because no previous value
exists to return to after LEAVE is executed (see Figure A-3).
15
BP
SP
After Main calls Procedure A, ENTER creates a new display for Procedure A. The first word
points to the previous value of BP (BPM). The second word points to the current value of BP
(BPA). BPM contains the base for dynamic storage in Main. All dynamic variables for Main will
be at a fixed offset from this value (see Figure A-4).
A-4
Main Program (Lexical Level 1)
Procedure A (Lexical Level 2)
Procedure B (Lexical Level 3)
Procedure C (Lexical Level 3)
Procedure D (Lexical Level 4)
Old BP
BPM
*BPM = BP Value for MAIN
Figure A-3. Stack Frame for Main at Level 1
0
Display Main
Dynamic
Storage
a1002 0a pc
A1001-0A
Main
A1002-0A

Advertisement

Table of Contents
loading

This manual is also suitable for:

80c186ec

Table of Contents