Hi, I am writing an asm code for C6748 processor, and I would like to know if it is possible for the asm code to response immediate with the change of its variable. The feature I am developing is to let the asm to abort its operation whenever the abort flag that (volatile bool) is passed into the asm function has being set to non zero. Thank you.