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
If I am not mistaken, SWI is used to switch the CPU from user to supervisor mode. It often makes sense to run the whole program in supervisor mode, in which case SWI is useless.