handouts/ho07.tex
changeset 705 bfc8703b1527
parent 692 8c7ccdebcb89
child 708 4980f421b3b0
--- a/handouts/ho07.tex	Sat Dec 07 00:57:23 2019 +0000
+++ b/handouts/ho07.tex	Sat Dec 14 17:57:43 2019 +0000
@@ -6,13 +6,14 @@
 \usepackage{../graphics}
 
 
+%% add safety check on references...whether it is above 0 and below the 
+%% index
+
 \begin{document}
 \fnote{\copyright{} Christian Urban, King's College London, 2017, 2018, 2019}
 
 \section*{Handout 7 (Compilation)}
 
-
-
 The purpose of a compiler is to transform a program a human can read and
 write into code the machine can run as fast as possible. The fastest
 code would be machine code the CPU can run directly, but it is often