added slide on dictionary
authorpimjager <pim@pimjager.nl>
Thu, 2 Jun 2016 10:55:59 +0000 (12:55 +0200)
committerpimjager <pim@pimjager.nl>
Thu, 2 Jun 2016 10:55:59 +0000 (12:55 +0200)
deliverables/p4/p4.tex

index b748f04..1fac054 100644 (file)
@@ -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}