This example program shows how to implement software interrupt functions in an application that uses the RTX Kernel. The RTX Kernel is part of the RealView Real-Time Library (RL-ARM). The example uses the RealView Compilation Tools.
The file SWI_Table.s implements the SWI function table. The SWI function declarations and implementations are demonstrated in the file RTX_Swi.c.