pub const VM_ADDR_NATIVE_CODE: u64 = 0x100000000;
The address where the native code starts inside of the VM.
This is not directly accessible by the program running inside of the VM.