added slide on dictionary
[cc1516.git] / 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}