Files
quip/example/ref.quip
2026-03-21 17:15:24 -04:00

21 lines
286 B
Plaintext

.cc clang
.ld lld-link
# Shell block
CFLAGS ::
-Iinclude/
-mgeneral-regs-only
-ffreestanding
$CONF # expands to -D chain
~
.obiter echo $OBJ
.obiter objcopy -O binary $OBJ $OBJ.bin
.oblink
# configuration section
# these get
conf FOO : true
conf BAR : 123