diff options
author | Camil Staps | 2017-01-02 21:50:11 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-02 21:50:49 +0100 |
commit | 163929496ea077a7882632cd99a98c806b02591a (patch) | |
tree | 89660ec8fe7a12738ea5146f1af7dce5c5a63306 /thesis/terms.tex | |
parent | Make columns optional (diff) |
Remove terminology appendix; write discussion
Diffstat (limited to 'thesis/terms.tex')
-rw-r--r-- | thesis/terms.tex | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/thesis/terms.tex b/thesis/terms.tex deleted file mode 100644 index 4104875..0000000 --- a/thesis/terms.tex +++ /dev/null @@ -1,28 +0,0 @@ -\section{Terminology} -\label{sec:terminology} - -\begin{multicols}{2} - -\begin{description} - \item[HNF] - Head normal form, the state of a graph node that cannot be rewritten itself (though it children may). - \item[ISA] - Instruction set architecture. - \item[IT block] - If-then block, a Thumb construct for conditional execution. - \item[LSB(s)] - Least significant bit(s), the bit(s) with the lowest value in a word. - \item[PC] - Program counter, \ual{r15} on ARM. - \item[RTS] - Run-time system. - Clean's run-time system ensures that the \clean{Start} node is reduced and printed. - It also takes care of garbage collecting. - \item[SP] - Stack pointer, \ual{r13} on ARM. - \item[UAL] - Unified Assembler Language, an assembly language syntax that - \enquote{provides a canonical form for all ARM and Thumb instructions} \parencite[A4.2]{armv7m}. -\end{description} - -\end{multicols} |