Hallo
Im just wondering what the advantage is of using software interrupt instead og a function call?
Is the SWI faster? Cant it be disturbed by another interrupt?
/Thomas
when you execute a SWI instruction, the processor enters SVC mode which is privileged - which gives you access to changing CPSR.