view emulator/emu.c @ 8:81dd03d17c22

first_pass() didn't need a pc
author james <jb302@eecs.qmul.ac.uk>
date Sat, 07 Dec 2013 20:32:27 +0000
parents 3c8b4a4a1787
children ad2121f39b91
line wrap: on
line source
// emu.c
#include "emu.h"

void 
main(void) {
    registers.PC = 0;
    memory[0] = 1;


}