Files
quip/example/ref.quip
2026-03-21 07:15:54 -04:00

20 lines
272 B
Plaintext

.cc clang
.ld lld-link
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