view build.sh @ 28:6d32e54e5c16

emulator overhauled really, new a better memory structure also cleaned up the file system some what.
author james <jb302@eecs.qmul.ac.uk>
date Fri, 11 Apr 2014 14:38:09 +0100
parents
children 83e80c2c489c
line wrap: on
line source
#!/bin/bash
gcc -std=c89 emu/main.c emu/mem.c -o bin/emu
killall emu;
rm out;
ipython -i dbg/dbg.py