|
fcml
1.2.2
|
Encoded instruction. More...
#include <fcml_assembler.h>

Public Attributes | |
| struct fcml_st_assembled_instruction * | next |
| 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... | |
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.
| fcml_uint8_t* fcml_st_assembled_instruction::code |
Instruction machine code.
| fcml_usize fcml_st_assembled_instruction::code_length |
Instruction code length in bytes.
| struct fcml_st_assembled_instruction* fcml_st_assembled_instruction::next |
Next assembled instruction in the chain.
| fcml_st_ceh_error_container fcml_st_assembled_instruction::warnings |
Warning messages related to assembled instruction.
1.8.13