code wiki / _hdl_build / _min42.nx
_min42.nx
buildroot/runtime/_hdl_build/_min42.nx
about
_min42.nx -- the minimal possible program: main returns 42. Smallest x86 surface (mov/ret + _start
stub) to prove the sovereign assemble+link pipeline before testing the full syscall surface.
dependencies 0 imports · 0 importers
imports: none
imported by: nobody (leaf or entry point)
structs
| none |
consts
| none |
functions
| 3 | func main() -> i64 { return 42 } |