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.