nx_emu_rv64_test.nx
buildroot/runtime/nx_emu_rv64_test.nx
about
nx_emu_rv64_test.nx -- prove the sovereign RV64 interpreter runs real
RV64 machine code (no qemu). Hand-encodes RV64I words (verified vs the
RISC-V ISA manual; the 0x02a00513 word is the same one asm_enc.nx's KAT
uses) and asserts the emulated exit code.
expect_exit: 0
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_emu_rv64.nxnx_syscalls_x86_64.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
| 12 | func emu_put_w(code: *u8, off: i64, w: i64) -> i64 called by 1: main |
| 20 | func main() -> i64 |