#include "state.h" void print_memory(State6502* state, word offset); void print_state(State6502* state); State6502 create_blank_state();