Supported Entry Point Lists (Suprom48, Suprom49)
The Supported Entry Point (Suprom) Lists are a list
of RPL symbols and their ROM address values. A compiled form of these
lists is used by RPLCOMP to compile your code.
You may edit these lists
but adding ROM entries may mean your program may not be compatible with future
ROM releases.
There are 7 types of entries:
- Constants (a
flag number for example)
- Assembly Entry Points
(sub function calls)
- RPL Prologs
(such as DOCOL)
- RPL Object Addresses (binary integers for
example)
- RPL Functions (SWAP DUP
...)
- ROMPTR Values (begin with ~)
- FLASHPTR Values (beghin with ^)
The Supromxx.a file is the source code, Supromxx.o is the object
file used by RPLCOMP and Supromxx.lr is a linker listing used by Debug4x for
debugger operation.
The Supported Entry Point list is checked by
Debug4x before a project is built. If the Supromxx.a file has a
later date than the Supromxx.o file it will be
automatically compiled before the build.