flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > simple macro to defining data |
Author |
|
shism2 23 Aug 2007, 13:13
What is this macro for ? Can you show me an example ?
|
|||
23 Aug 2007, 13:13 |
|
Blid 25 Aug 2007, 08:29
Code: code ;---------------------------------------------------------------------------------- _dword ZwQueryPerformanceCounter,\ ;NTfunctioun SizeTick,\ ; size tick count in nanoseconds DeltaSwith,\ ErrorProf,\ ;Error Profiling in ticks Errorns=90,\ ;Error Profiling in nanoseconds lpParameter,\ ;for thread pThreadId ;for thread ;---------------------------------------------------------------------------------- will be: ;---------------------------------------------------------------------------------- ZwQueryPerformanceCounter dd ? ;NTfunctioun SizeTick dd ? ; size tick count in nanoseconds DeltaSwith dd ? ErrorProf dd ? ;Error Profiling in ticks Errorns dd 90 ;Error Profiling in nanoseconds lpParameter dd ? ;for thread pThreadId dd ? ;for thread ;---------------------------------------------------------------------------------- |
|||
25 Aug 2007, 08:29 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.