/* MIX simulator, copyright 1994 by Darius Bacon */ 
#ifndef RUN_H
#define RUN_H

#include "mix.h"

extern Cell memory[];

void set_initial_state(void);
void print_CPU_state(void);
void run(void);

#endif


syntax highlighted by Code2HTML, v. 0.9.1