--- a/bsc-projects-12.html Thu Sep 13 00:41:16 2012 +0100
+++ b/bsc-projects-12.html Thu Sep 13 06:25:45 2012 +0100
@@ -178,7 +178,7 @@
<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 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
@@ -334,6 +334,7 @@
The point of this project is to implement this algorithm and simulate networks of clocks.
</p>
+ <p>
<B>Literature:</B>
There is a wide range of literature on clock syncronisation algorithms.
Some pointers are given in this