flat assembler
Message board for the users of flat assembler.
Index
> Windows > Timer Procedures |
Author |
|
Reverend 17 Oct 2005, 18:35
Hmm... You didn't specify what your problem is all about. But I'll try my best to guess
Code: ; (...) proc _TimerProc hWnd, IdEvent, uElapse, dwTime push esi edi ebx ; you can now use all params ; and all registers as the needed one are preserved mov eax, [hWnd] mov esi, [IdEvent] mov edi, [uElapse] mov edx, [dwTime] pop ebx edi esi ret endp ; (...) invoke SetTimer, [hWnd], 1, 500, _TimerProc ; (...) |
|||
17 Oct 2005, 18:35 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.