repositories
/
cc1516.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01743cc
)
added slide on dictionary
author
pimjager
<pim@pimjager.nl>
Thu, 2 Jun 2016 10:55:59 +0000
(12:55 +0200)
committer
pimjager
<pim@pimjager.nl>
Thu, 2 Jun 2016 10:55:59 +0000
(12:55 +0200)
deliverables/p4/p4.tex
patch
|
blob
|
history
diff --git
a/deliverables/p4/p4.tex
b/deliverables/p4/p4.tex
index
b748f04
..
1fac054
100644
(file)
--- 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}