diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-08 10:38:27 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-08 10:38:27 +0100 |
commit | 5738e470e8c2158d2b6a966d86100bb33628b90a (patch) | |
tree | 3d6c8f9e679d4ed4a98063a6c522f0e286b33322 /cpu/Makefile | |
parent | 479a6b1ef7f435e12327a8468b8e33d096b56ce2 (diff) | |
download | SystDigit-Projet-5738e470e8c2158d2b6a966d86100bb33628b90a.tar.gz SystDigit-Projet-5738e470e8c2158d2b6a966d86100bb33628b90a.zip |
Add assembler ; much testing to do.
Diffstat (limited to 'cpu/Makefile')
-rw-r--r-- | cpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/Makefile b/cpu/Makefile index 898b007..5efa691 100644 --- a/cpu/Makefile +++ b/cpu/Makefile @@ -8,7 +8,7 @@ SIM=../csim/csim MON=../monitor/mon all: _build/cpu_opt.dumb - $(MON) $(SIM) -rom ROM0 prog_rom0.rom $< + $(MON) $(SIM) -rom ROM0 prog_test1.rom $< %.sim: _build/%.dumb $(SIM) -n 12 $< |