code wiki / _hdl_build / eoe_meta_o.nx
eoe_meta_o.nx
buildroot/runtime/_hdl_build/eoe_meta_o.nx
about
ORGAN O -- emitted by EMITTER E. license_tier: ORIGINAL
dependencies 1 imports · 0 importers
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
structs
| none |
consts
| none |
functions
| 3 | func 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 } |