From 58846ecf80eb1e3223f510e7547c430b503e4bb1 Mon Sep 17 00:00:00 2001 From: pimjager Date: Thu, 2 Jun 2016 12:55:59 +0200 Subject: [PATCH] added slide on dictionary --- deliverables/p4/p4.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) 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} -- 2.20.1