Forum: C++
Jan 30th, 2005, 1:38 PM
|
|
Replies: 1
Views: 264
Re:
This comes from Ken Silverman:
#if 0 //To compile, type: "nmake getmhz.c"
getmhz.exe: getmhz.c; cl getmhz.c /MD /G6y /Ox /nologo /link /opt:nowin98
!if 0
#endif
#include <windows.h>
#include...
|
Forum: C++
Jan 24th, 2005, 2:16 PM
|
|
Replies: 1
Views: 264
Using RDTSC In C/C++
I'm trying to use the RDTSC (Read Time-Stamp Counter) x86 instruction in my C program. Now I have the instruction working... but I want to take the entire 64-bits and divide them by 400,900,000...
|
Forum: C++
Jan 10th, 2005, 7:30 PM
|
|
Replies: 1
Views: 130
Timing Micro-seconds
I know what the clock() function does. It works fine, but in a certain case I need to time things in 'us' rather than 'ms'. Is there anyway I can do this? Without being able to do this, it will be...
|
Forum: C++
Jan 8th, 2005, 6:58 PM
|
|
Replies: 2
Views: 142
|
Forum: Assembly
Dec 25th, 2004, 5:59 PM
|
|
Replies: 4
Views: 433
|
Forum: Assembly
Dec 16th, 2004, 12:50 PM
|
|
Replies: 1
Views: 373
|
Forum: Assembly
Dec 8th, 2004, 10:45 PM
|
|
Replies: 1
Views: 410
I'm not new to x86 ASM, but I am new to the...
I'm not new to x86 ASM, but I am new to the square-root-related instructions that Intel has provided. I don't know what I'm doing wrong in my program, but I get a divide overflow. Perhaps someone...
|