nx_x86_64_module_test.nx
buildroot/runtime/nx_x86_64_module_test.nx
about
nx_x86_64_module_test.nx -- session 7 prove: module-level emission.
Hand-builds a Module with two functions:
func answer() -> i64 { return 42 }
func main() -> i64 { return answer() }
Drives x86ctx_emit_module (which emits both functions + globals
dump + _start trampoline + GNU-stack note). Expected exit 42.
dependencies 6 imports · 0 importers
imports: syscalls.nxnx_outbuf.nxnx_types.nxnx_ir.nxnx_x86_64.nxnx_x86_64_ctx.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 |