code wiki / _hdl_build / eoe_meta_o.nx

eoe_meta_o.nx

buildroot/runtime/_hdl_build/eoe_meta_o.nx

292 B3 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic eoe
docsdependenciesstructsconstsfunctions

about

ORGAN O -- emitted by EMITTER E. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx eoe_meta_o.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap sys_openat_wr sys_write sys_close

structs

none

consts

none

functions

3func main() -> i64 { let p: *i64 = sys_mmap(8) as *i64; p[0] = 42; let g: i64 = sys_openat_wr("knowledge/status/eoe_meta_out.bin" as *u8, 420); if g >= 0 { sys_write(g, p as *u8, 8); sys_close(g) } return 0 }