#include <Word.hpp>
|
| Word (const uint8_t inst, const uint16_t arg=0) |
|
|
uint8_t | padding = 0 |
| Padding reserved for future use.
|
|
uint8_t | opcode = 0 |
| Instruction opcode.
|
|
union { |
uint16_t data = 0 |
| Immediate data, interpreted differently for different instructions. More...
|
|
bytes_t bytes |
|
}; | |
|
Definition at line 23 of file Word.hpp.
◆ Word()
Ark::internal::Word::Word |
( |
const uint8_t |
inst, |
|
|
const uint16_t |
arg = 0 |
|
) |
| |
|
inlineexplicit |
union { ... } Ark::internal::Word::@1 |
◆ bytes
◆ data
uint16_t Ark::internal::Word::data = 0 |
Immediate data, interpreted differently for different instructions.
Definition at line 28 of file Word.hpp.
◆ opcode
uint8_t Ark::internal::Word::opcode = 0 |
Instruction opcode.
Definition at line 26 of file Word.hpp.
◆ padding
uint8_t Ark::internal::Word::padding = 0 |
Padding reserved for future use.
Definition at line 25 of file Word.hpp.
The documentation for this struct was generated from the following file:
- /Users/fola/Documents/ArkScript/Ark/include/Ark/Compiler/Word.hpp