BFC-Compiler
A C23 Brainfuck compiler
Loading...
Searching...
No Matches
bfc_asm Struct Reference

Mutable assembly-generation state shared by generic codegen and backends. More...

#include <bfc_codegen_internal.h>

Data Fields

const bfc_backend_tbackend
size_t label_id
char * buffer
size_t length
size_t capacity

Detailed Description

Mutable assembly-generation state shared by generic codegen and backends.

Note
buffer is always null-terminated; length excludes the terminator.

The documentation for this struct was generated from the following file: