s3e: fix build break
[calu.git] / 2_isa / desdis.tex
1 \section{Design Decisions}
2
3 \begin{itemize}
4         \item Saving the return address of a call onto the stack and not into a link register
5         \item UART and timers are implemented as extension modules, which will allow us to implement additions modules for various functions
6         \item We defined that carry set is the condition below (unsigned lower)
7         \item We use big endian for encoding our data and program space
8 \end{itemize}