From e33e19d0587146859d48a134ec9fd94e7b7ba5cd Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 8 Dec 2011 14:53:40 +0000 Subject: Initial upload --- nGenEx/TimeSnap.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 nGenEx/TimeSnap.h (limited to 'nGenEx/TimeSnap.h') diff --git a/nGenEx/TimeSnap.h b/nGenEx/TimeSnap.h new file mode 100644 index 0000000..0f5d2ae --- /dev/null +++ b/nGenEx/TimeSnap.h @@ -0,0 +1,26 @@ +/* Project nGen + John DiCamillo + Copyright © 1997-2002. All Rights Reserved. + + SUBSYSTEM: nGen.lib + FILE: TimeSnap.h + AUTHOR: John DiCamillo + +*/ + +#ifndef TimeSnap_h +#define TimeSnap_h + +// +--------------------------------------------------------------------+ + +#define TIMESNAP(clock) _asm push eax\ + _asm push edx\ + _asm _emit 0x0F\ + _asm _emit 0x31\ + _asm mov clock, eax\ + _asm pop edx\ + _asm pop eax + +// +--------------------------------------------------------------------+ + +#endif TimeSnap_h \ No newline at end of file -- cgit v1.1