code wiki / _hdl_build / nx_pattern_emit2_demo.nx
nx_pattern_emit2_demo.nx
buildroot/runtime/_hdl_build/nx_pattern_emit2_demo.nx
about
nx_pattern_emit2_demo.nx -- the TEAM authoring COMPARATOR + THRESHOLD_TABLE cores (no Claude logic).
Authors a comparator and a real material-profile capacity table (the printer's jam-physics shape:
190C->6000, 210C->10000, 230C->13000 milli-mm3/s) to disk. Engineer verifies the authored tests.
dependencies 2 imports · 0 importers
imports: nx_pattern_emit.nxnx_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
| 6 | const K_MAGIC_6000: i64 = 6000 |
| 7 | const K_MAGIC_10000: i64 = 10000 |
| 8 | const K_MAGIC_13000: i64 = 13000 |
functions
| 10 | func pd_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 12 | func main() -> i64 |