The Novaria Virtual Machine bytecode assember
- any C compiler
- any libc
- chorus
chorus all
.NVM0
; Calculate 5 + 3
push byte 5
push byte 3
add
; Result (8) now on stack
syscall exit ; result 8 will be use like exitcode
hlt ; if syscall doesn't work - halt the proccesSee example/*!