#pragma once #include "memory_map.h" #include "state.h" uint16_t fetch(struct architectural_state * state, struct memory_map * map); void step(struct architectural_state * state, struct memory_map * mem);