FORM 4.3
|
#include <structs.h>
Data Fields | |
WORD * | termsize |
WORD * | funsize |
WORD * | argsize |
The NESTING struct is used when we enter the argument of functions and there is the possibility that we have to change something there. Because functions can be nested we have to keep track of all levels of functions in case we have to move the outer layers to make room for a larger function argument.