Added the case numbers to assembly labels.
commitb18fcdb8c7f438b0036eeeff62708d155bce49d7
authorVincent St-Amour <stamourv@dino13.iro.umontreal.ca>
Wed, 3 Jun 2009 21:49:28 +0000 (3 17:49 -0400)
committerVincent St-Amour <stamourv@dino13.iro.umontreal.ca>
Wed, 3 Jun 2009 21:49:28 +0000 (3 17:49 -0400)
treef75126d106bedc6195197e711365f23ad4f3b7d3
parent18dde600c6c04209c870d5060edf7f28d0bc51fd
Added the case numbers to assembly labels.
Fixed a bug with branch tables where PCH needed to be set.
Fixed constant folding to fold recursively.
Fixed a bug in the simulator where WREG was duplicated.
Fixed a bug in the latches of the simulator.
Added a function to show PICOBIT lists stored in memory.
Changed the way register tables are generated, to use the actual
registers and the PIC18 and not the virtual ones used for the CFGs.
Moved the code interpreted by PICOBIT to 0x8000 instead of 0x5000 to
avoid overwriting the vm.
asm.scm
cfg.scm
code-generation.scm
operators.scm
pic18-sim.scm
register-allocation.scm
six-comp.scm
tests/picobit/picobit-vm-sixpic.c