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

Encoded instruction. More...

#include <fcml_assembler.h>

Collaboration diagram for fcml_st_assembled_instruction:
Collaboration graph
[legend]

Public Attributes

struct fcml_st_assembled_instructionnext
 Next assembled instruction in the chain. More...
 
fcml_st_ceh_error_container warnings
 Warning messages related to assembled instruction. More...
 
fcml_uint8_t * code
 Instruction machine code. More...
 
fcml_usize code_length
 Instruction code length in bytes. More...
 

Detailed Description

Encoded instruction.

Every instruction might be encoded to more than one binary form. This chain holds all forms assembler was able to assemble instruction to.

Member Data Documentation

◆ code

fcml_uint8_t* fcml_st_assembled_instruction::code

Instruction machine code.

◆ code_length

fcml_usize fcml_st_assembled_instruction::code_length

Instruction code length in bytes.

◆ next

struct fcml_st_assembled_instruction* fcml_st_assembled_instruction::next

Next assembled instruction in the chain.

◆ warnings

fcml_st_ceh_error_container fcml_st_assembled_instruction::warnings

Warning messages related to assembled instruction.


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