Is there a way?
The TI compiler doesn't accept extended asm, from what I have read & experimented with.
I'm trying to pass a pointer's address via R0 before I call my SVC function, so that I can recover the pointer in the SVC handler. Any ideas how to do this?