summaryrefslogtreecommitdiff
path: root/LINKS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-14 14:48:02 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-14 14:48:02 +0200
commit8f5b4a6408d9bc5ea372d9d8d2dcc19834068612 (patch)
tree00997844d6c22817b3bb328b945b1c692c51ff99 /LINKS
parentbd0055bce96f47898b308232a2418918a4ff7734 (diff)
downloadcompilertests-8f5b4a6408d9bc5ea372d9d8d2dcc19834068612.tar.gz
compilertests-8f5b4a6408d9bc5ea372d9d8d2dcc19834068612.tar.bz2
cleaned up doc and links
Diffstat (limited to 'LINKS')
-rw-r--r--LINKS17
1 files changed, 17 insertions, 0 deletions
diff --git a/LINKS b/LINKS
index a29f921..2a2542a 100644
--- a/LINKS
+++ b/LINKS
@@ -77,3 +77,20 @@ http://homepage.divms.uiowa.edu/~jones/arch/cisc/
B (predecessor of C):
http://www.thinkage.ca/english/gcos/expl/b/tuto/tuto.html
+
+CPU architectures
+http://www.softpanorama.org/History/cpu_history.shtml
+https://en.wikipedia.org/wiki/DLX: ideal RISC
+https://www.csee.umbc.edu/courses/undergraduate/411/spring96/dlx.html
+https://opencores.org/
+
+compilers
+https://pdos.csail.mit.edu/archive/tickc/source.html
+https://github.com/berkus/lang-e
+http://selfie.cs.uni-salzburg.at/
+https://github.com/rui314/8cc
+https://www.reddit.com/r/Cprog/comments/4egaog/small_lesser_known_c_compilers_a_list/
+https://github.com/andrewchambers/c (misses a i386 target, but this can be done)
+https://github.com/Wilfred/babyc
+https://github.com/AbsInt/CompCert (written in ocaml)
+http://www.wilfred.me.uk/blog/2014/08/27/baby-steps-to-a-c-compiler/