pub const EXIT_ADDRESS: i32 = -65536;
Exit address: jumping here terminates the program. This is 0xFFFF0000 interpreted as a signed i32.
0xFFFF0000