summaryrefslogtreecommitdiffstats
path: root/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/SWI/SWIMANIP.C
blob: 231c76c534254f65569c118dff5ddae8fa14ab69 (plain)
1
2
3
4
5
6
7
8
9
unsigned __swi_indirect(0x80)
    SWI_ManipulateObject(unsigned operationNumber, unsigned object,
                         unsigned parameter);

unsigned DoSelectedManipulation(unsigned object, unsigned parameter,
                            unsigned operation)
{
  return SWI_ManipulateObject(operation, object, parameter);
}