code wiki / _hdl_build / _min42.nx

_min42.nx

buildroot/runtime/_hdl_build/_min42.nx

231 B3 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

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

3func main() -> i64 { return 42 }