fcml  1.2.2
Public Attributes | List of all members
fcml_st_assembler_context Struct Reference

Assembler runtime context. More...

#include <fcml_assembler.h>

Collaboration diagram for fcml_st_assembler_context:
Collaboration graph
[legend]

Public Attributes

fcml_st_assemblerassembler
 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...
 

Detailed Description

Assembler runtime context.

Member Data Documentation

◆ assembler

fcml_st_assembler* fcml_st_assembler_context::assembler

Assembler instance that should be used to assemble instructions.

◆ configuration

fcml_st_assembler_conf fcml_st_assembler_context::configuration

Assembler behavior can be configured here.

◆ entry_point

fcml_st_entry_point fcml_st_assembler_context::entry_point

Instruction entry point configuration.


The documentation for this struct was generated from the following file: