code wiki / _hdl_build / nx_room_protocol_gate.nx
nx_room_protocol_gate.nx
buildroot/runtime/_hdl_build/nx_room_protocol_gate.nx
dependencies 2 imports · 0 importers
imports: nx_gate_base.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
| none |
functions
| 12 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 14 | func gn(v: i64) -> i64 |
| 20 | func rp_count() -> i64 { return 23 } called by 1: main |
| 21 | func rp_name(i: i64) -> *u8 |
| 46 | func rp_val(i: i64) -> i64 |
| 72 | func is_ic(c: i64) -> i64 |
| 80 | func parse_int_at(hay: *u8, n: i64, p0: i64) -> i64 |
| 99 | func find_word_int(hay: *u8, n: i64, name: *u8) -> i64 |
| 125 | func fw(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd,s,n); return 0 } |
| 126 | func fhex(fd: i64, v: i64) -> i64 |
| 134 | func fdec(fd: i64, v: i64) -> i64 |
| 142 | func main() -> i64 |