Mercurial > hg > ede
view build.sh @ 30:c0c2e99b6bb0
fixed negative rel8 address bug in assembler
author | james <jb302@eecs.qmul.ac.uk> |
---|---|
date | Tue, 15 Apr 2014 12:21:22 +0100 |
parents | 83e80c2c489c |
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