fcml
1.2.2
|
Load-and-go assembler runtime context. More...
#include <fcml_lag_assembler.h>
Public Attributes | |
fcml_st_assembler * | assembler |
Assembler instance that should be used to assemble instructions. More... | |
fcml_st_assembler_conf | configuration |
Assembler behavior can be configured here. More... | |
fcml_st_entry_point | entry_point |
Instruction entry point configuration. More... | |
fcml_st_symbol_table | symbol_table |
Symbols table. More... | |
Load-and-go assembler runtime context.
fcml_st_assembler* fcml_st_lag_assembler_context::assembler |
Assembler instance that should be used to assemble instructions.
fcml_st_assembler_conf fcml_st_lag_assembler_context::configuration |
Assembler behavior can be configured here.
fcml_st_entry_point fcml_st_lag_assembler_context::entry_point |
Instruction entry point configuration.
fcml_st_symbol_table fcml_st_lag_assembler_context::symbol_table |
Symbols table.