A symbol table is now generated, so the simulation can show the names
commit99e09e2e0fdfa63668f5afcaa7704578ddd818a7
authorVincent St-Amour <stamourv@dino13.iro.umontreal.ca>
Fri, 22 May 2009 20:54:16 +0000 (22 16:54 -0400)
committerVincent St-Amour <stamourv@dino13.iro.umontreal.ca>
Fri, 22 May 2009 20:54:16 +0000 (22 16:54 -0400)
tree4cf14422dd8a00e314788eff041dea6f6eb5fd1a
parent23985c9ea1edb9d389e708c600f2e838a2a37c39
A symbol table is now generated, so the simulation can show the names
of the labels instead of just addresses.
A routine to access program memory (rom_get) has been added.
.gitignore
asm.scm
cfg.scm
code-generation.scm
cte.scm
pic18-sim.scm
pic18.scm
six-comp.scm
tests/arrays/rom.c [new file with mode: 0644]
tests/picobit/picobit-vm-sixpic.c
utilities.scm