[table][tr][td]pusha[/td][td]
push ebx
push esi
push edi[/td]
[/tr][/table]
Well, the idea is to fine-tune my task-switching code: i know there are other registers that pusha will save (i.e. eax, ecx, edx, ebp and esp for those who ask what i'm talkin' about), but they normally could be forgotten safely in my calling conventions or are already saved somewhere else.
with all these pairing, caching, etc. i really wonder what will be the fastest. if you have some infos, lemme know
