flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
roticv
Preserve thy registers namely, ebx, esi and edi for codes that are callback function.
|
|||
![]() |
|
Carlito
Ok thx gonna try
|
|||
![]() |
|
coconut
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 |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.