Attribute 'subsequent'
The pragma is used to allocate variables directly one after the other at a memory location. If the list changes, the entire variable list is allocated to a new memory location. This pragma is used in programs and global variable lists.
Syntax: {attribute 'subsequent'}
VAR_TEMP in a program with attribute 'subsequent' causes a compiler error. |
If a variable is in the 'RETAIN' list, the entire list is stored as 'RETAIN'. |