Module program

Module program 

Source

Functions§

blqd_program_free
Free a Program handle.
blqd_program_from_binary
Parse a BLQD binary buffer into a Program handle.
blqd_program_from_text
Parse assembly text (null-terminated UTF-8) into a Program handle.
blqd_program_instruction_count
Query instruction count.
blqd_program_to_binary
Serialize a Program to BLQD binary format. Caller must free the returned buffer with blqd_free_bytes(out_data, out_len).
blqd_program_to_text
Print a Program as assembly text. Caller must free the returned string with blqd_free_string().
blqd_program_version
Query program version.