|
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. | |
| fcml_st_ceh_error_container | warnings |
| Warning messages related to assembled instruction. | |
| fcml_uint8_t * | code |
| Instruction machine code. | |
| fcml_usize | code_length |
| Instruction code length in bytes. | |
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.
1.8.18