nx_smoke_nxasm_demo.nx
buildroot/runtime/nx_smoke_nxasm_demo.nx
about
Take nxc2's actual asm output for a simple program and try to
assemble it with nxasm_v2. Returns:
200 + 0..63 if assemble returned -1 (unknown mnemonic)
201 if assemble returned -2 (pass 1 fail)
202 if assemble returned -3 (pass 2 fail)
0..127 = code byte count (n & 0x7F)
128..199 if n was unexpectedly negative
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnxasm_v2.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
| 18 | func main() -> i64 |