\item tests\_arithmetics.as: Test all integer arithmetic instructions
20
\item tests\_bool\_bit.as: Test all boolean and bit manipulation instructions
21
\item tests\_branch.as: Test all jump, call, and branch instructions
22
\item test\_formats.as: Test all integer instruction formats
23
\end{itemize}
24
\vv
25
26
Test programs for vector instructions and floating point instructions are not available yet.
27
\vv
28
29
The test programs must be assembled and linked with the library libc.li for testing on the emulator or full-featured softcores. Use libc-light.li instead of libc.li for the softcore with limited capabilities and no system calls.