I responded to your PM.
Btw here's another optimization for note--
In the C0 ASM, I don't see any function calls. You don't have to make a stack frame. You can use the negative area of the stack instead. This will save you 2 instructions right there. I've been so lazy I keep forgetting to add that note in the About Register Safety thread.
EDIT:
went ahead and added that note to About Stack Frames thread instead.
Btw here's another optimization for note--
In the C0 ASM, I don't see any function calls. You don't have to make a stack frame. You can use the negative area of the stack instead. This will save you 2 instructions right there. I've been so lazy I keep forgetting to add that note in the About Register Safety thread.
EDIT:
went ahead and added that note to About Stack Frames thread instead.