--- a/bsc-projects-12.html Sun Aug 26 12:12:20 2012 +0100
+++ b/bsc-projects-12.html Mon Aug 27 19:35:04 2012 +0100
@@ -174,6 +174,8 @@
<A HREF="http://tratt.net/laurie/">Laurie Tratt</A> is
<A HREF="http://tratt.net/laurie/tech_articles/articles/how_difficult_is_it_to_write_a_compiler">here</A>.
An introduction into x86 machine code is <A HREF="http://ianseyler.github.com/easy_x86-64/">here</A>.
+ Intel's official manual for the x86 instruction is
+ <A HREF="http://download.intel.com/design/intarch/manuals/24319101.pdf">here<A>.
A simple assembler for the JVM is described <A HREF="http://jasmin.sourceforge.net">here</A>.
An interesting twist of this project is to not generate code for a CPU, but
for the intermediate language of the <A HREF="http://llvm.org">LLVM</A> compiler