From: pimjager Date: Thu, 2 Jun 2016 10:55:59 +0000 (+0200) Subject: added slide on dictionary X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=58846ecf80eb1e3223f510e7547c430b503e4bb1;p=cc1516.git added slide on dictionary --- diff --git a/deliverables/p4/p4.tex b/deliverables/p4/p4.tex index b748f04..1fac054 100644 --- a/deliverables/p4/p4.tex +++ b/deliverables/p4/p4.tex @@ -62,6 +62,16 @@ main() { \end{frame} +\begin{frame}[fragile] + \frametitle{How to put labels on the heap} + \begin{enumerate} + \item Function ID in register + \item \texttt{bsr} to \texttt{1func} + \item \texttt{1func} \texttt{bra} to correct function + \item Actual function returns in usual way + \end{enumerate} +\end{frame} + \begin{frame}[fragile] \frametitle{Function application can be curried}