code wiki / _hdl_build / nx_craft_move_gate_t72.nx

nx_craft_move_gate_t72.nx

buildroot/runtime/_hdl_build/nx_craft_move_gate_t72.nx

14201 B236 linesdepth 6pulls 35 transitivereach 0 importersview sourcekind tooltopic craft
docsdependenciesstructsconstsfunctions

about

Private actual controller gate. Fixture mutations are confined to allocated arenas.

dependencies 2 imports · 0 importers

nx_wasm_craft_move_t72.nx nx_gate_verdict.nx nx_craft_move_gate_t72.nx

imports: nx_wasm_craft_move_t72.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

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

main gv_ctr sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ gv_head gv_puts sys_write ↻ gv_check_eq gv_check gv_puts ↻ gv_puts ↻ gv_num sys_mmap ↻ sys_write ↻ sys_munmap mg_flat wc_move_reset wst wc_player_position_clear wsp wc_surface_source hq_get wc_player_body beach_contact_world_sweep wclamp vget vin

structs

none

consts

none

functions

4func mg_copy(a: *u8,b: *u8,n: i64) -> i64 { var i: i64=0;while i<n { a[i]=b[i];i=i+1 };return n }
called by 1: main
5func mg_equal(a: *u8,b: *u8,n: i64) -> i64 { var i: i64=0;while i<n { if a[i]!=b[i] { return 0 };i=i+1 };return 1 }
called by 1: main
6func mg_flat(base: i64) -> i64
called by 1: main calls 1: wc_move_reset
17func mg_profile(base: i64,repeat: i64) -> i64 { return wc_move_set(base,1,9810,4095,9375,28125,384,repeat) }
called by 1: main calls 1: wc_move_set
18func main() -> i64