implement C"
This commit is contained in:
@@ -35,6 +35,11 @@ enum fh_instruction_kind {
|
||||
/** This is the `s"` instruction, the length (u32) and string data immediately follow */
|
||||
FH_INSTR_ALLOCSTR,
|
||||
|
||||
/** This is the `c"` instruction, the length (u32) and string data immediately follow.
|
||||
* The string data already contains the length prefix.
|
||||
*/
|
||||
FH_INSTR_ALLOCSTR_C,
|
||||
|
||||
/** This is the `."` instruction, same format as above. */
|
||||
FH_INSTR_TYPESTR,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user