coursework/cw04.tex
changeset 751 4b208d81e002
parent 748 383f2a5952ce
--- a/coursework/cw04.tex	Tue Sep 01 12:44:07 2020 +0100
+++ b/coursework/cw04.tex	Tue Sep 01 15:57:55 2020 +0100
@@ -11,9 +11,9 @@
 % Jasmin Tutorial
 %http://saksagan.ceng.metu.edu.tr/courses/ceng444/link/jvm-cpm.html
 
-\section*{Coursework 4 (Strand 1)}
+\section*{Coursework 4}
 
-\noindent This coursework is worth 6\% and is due on \cwFOUR{}
+\noindent This coursework is worth 10\% and is due on \cwFOUR{}
 at 18:00. You are asked to implement a compiler for
 the WHILE language that targets the assembler language
 provided by Jasmin or Krakatau (both have very similar
@@ -25,7 +25,7 @@
 a zip-file that creates a directory with the name
 \texttt{YournameYourFamilyname} on my end.
 
-\subsection*{Disclaimer}
+\subsection*{Disclaimer\alert}
 
 It should be understood that the work you submit represents
 your own effort. You have not copied from anyone else. An
@@ -146,7 +146,7 @@
 a file that can be run, not as PDF-text.
 
 \begin{figure}[t]
-\lstinputlisting[language=while]{../progs/fib.while}
+\lstinputlisting[language=while]{../progs/while-tests/fib.while}
 \caption{The Fibonacci program in the WHILE language.\label{fibs}}
 \end{figure}