![]() |
Nuvoton FORTH
|
![]() |
Functions | |
void | Lcompile (std::string *name) |
compile label | |
void | Ldefine (std::string *name) |
define label | |
Variables | |
std::map< std::string, CELL > | label |
code labels table | |
std::map< std::string, std::vector< CELL > > | forward |
table of forward references | |