coursework/cw03.tex
changeset 222 b712519b41d3
parent 216 f5ec7c597c5b
child 298 bdf84605b6cd
equal deleted inserted replaced
221:824ffbf66ab4 222:b712519b41d3
    48 \begin{center}
    48 \begin{center}
    49 \texttt{java loops}
    49 \texttt{java loops}
    50 \end{center}
    50 \end{center}
    51 
    51 
    52 \noindent
    52 \noindent
    53 where you might need to give the correct path to the class file.\bigskip
    53 where you might need to give the correct path to the class file. There
       
    54 are also other resources about Jasmin on the Internet, for example
       
    55 \mbox{\url{http://goo.gl/Qj8TeK}} and \mbox{\url{http://goo.gl/fpVNyT}}\;.\bigskip
    54 
    56 
    55 \noindent
    57 \noindent
    56 You need to submit a document containing the answers for the two questions 
    58 You need to submit a document containing the answers for the two questions 
    57 below. You can do the implementation in any programming language you like, but you need 
    59 below. You can do the implementation in any programming language you like, but you need 
    58 to submit the source code with which you answered the questions. Otherwise
    60 to submit the source code with which you answered the questions. Otherwise
   175   }
   177   }
   176 }
   178 }
   177 \end{lstlisting}
   179 \end{lstlisting}
   178 \end{minipage}
   180 \end{minipage}
   179 \end{center}
   181 \end{center}
       
   182 
   180 
   183 
   181 \subsection*{Library Functions}
   184 \subsection*{Library Functions}
   182 
   185 
   183 You need to generate code for the commands \texttt{write} and \texttt{read}. This
   186 You need to generate code for the commands \texttt{write} and \texttt{read}. This
   184 will require the addition of some ``library'' functions to your generated code. The first
   187 will require the addition of some ``library'' functions to your generated code. The first