Native

Native CPU specific code.

The native CPU uses system calls to simulate hardware access.

CPU abstraction for the native port

void(* _native_callback_t()

Native CPU internal declarations.

int register_interrupt(int sig, native_internal.h::_native_callback_t handler)

register interrupt handler handler for interrupt sig

int unregister_interrupt(int sig)

unregister interrupt handler for interrupt sig

void cpu_print_last_instruction(void)

Prints the address the callee will return to.