This structure will be used to represent the state of the Central Processing Unit (CPU) of our emulat...
void printw_cpu_state(CPU *cpu)
Procedure that displays the current state of the cpu in a ncurses window.
void init_nscreen(const char *local_format)
Procedure that init the ncurses screen.
void end_nscreen()
Procedure that kill the current ncurses window.