isa/examples: adapted sum and bootrom
[calu.git] / 2_isa / desdis.tex
1 \section{Design Desicions}
2
3 \subsection{Howto save the return address of a call}
4
5 stack or linkregister
6
7 \subsection{howto implement uart, timer, \ldots}
8
9 extension module vs. other
10
11 \subsection{how does we define cmp on unsigned values}
12
13 see note in conditions. there is a difference between x86/amd64/avr and arm.
14 we will very likely go with arm (or?)
15
16 \subsection{big/little endian}