view build.sh @ 29:83e80c2c489c

seperated working emu code from broken emu code. wrote dbg interface
author james <jb302@eecs.qmul.ac.uk>
date Sun, 13 Apr 2014 22:42:57 +0100
parents 6d32e54e5c16
children 4411dee34085
line wrap: on
line source
#!/bin/bash
gcc -std=c89 emu/main.c emu/mem.c emu/iset.c -o bin/emu
killall emu;
rm out;

#cd dbg/
#ipython -i dbg.py