flat assembler
Message board for the users of flat assembler.
Index
> Windows > Compatibility problems Win2000 |
Author |
|
roticv 08 Apr 2004, 09:39
Preserve thy registers namely, ebx, esi and edi for codes that are callback function.
|
|||
08 Apr 2004, 09:39 |
|
Carlito 10 Apr 2004, 07:24
Ok thx gonna try
|
|||
10 Apr 2004, 07:24 |
|
coconut 10 Apr 2004, 13:10
code to do that would be something like
Code: proc YourProc, arg1, arg2 push ebx esi edi ;preserve on stack .... .... .... finish: pop edi esi ebx ;restore from stack - reverse order return endp |
|||
10 Apr 2004, 13:10 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.