summaryrefslogtreecommitdiff
path: root/cpu/prog_rom0.rom
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-03 12:07:46 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-03 12:07:46 +0100
commitc46fe12e47c405fbb03f0c93121402d873bc470e (patch)
treebc9cb3f5ffb5f130106e80d2777da41058d81d3a /cpu/prog_rom0.rom
parentf2b28b4124015718dc4b392e00f4aade4eedc11c (diff)
downloadSystDigit-Projet-c46fe12e47c405fbb03f0c93121402d873bc470e.tar.gz
SystDigit-Projet-c46fe12e47c405fbb03f0c93121402d873bc470e.zip
Implement lw/sw/lwr/swr ; optimize simplification pass order ; add comments in ROM files
Diffstat (limited to 'cpu/prog_rom0.rom')
-rw-r--r--cpu/prog_rom0.rom4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/prog_rom0.rom b/cpu/prog_rom0.rom
index 0e93de2..1321436 100644
--- a/cpu/prog_rom0.rom
+++ b/cpu/prog_rom0.rom
@@ -1,3 +1,3 @@
4 8
-/1 10001100
-01111111 11100010
+/1 10001100 # incri A 1
+01111111 11100010 # j -2 (ie jump to address 0)