Languages Assembler x86 Programming Sourcecode Compression  

CPUID for intel

download download  
important code information
author:
Doctor Sludge
minimum requirements:
CPUID for intel description

Source to detect which intel chip is in a computer - Detects the processor for sure, but does it by checking for invalid opcodes.


#include <std_disclaimer.h>
(Translation: Whatever happens (bad or good) when you use this stuff, it
ain't my fault. Use at own risk, no nutritional value, prolonged exposure
may lead to cerebral herpes, etc...etc...etc...).
Here's a quick little program to determine what CPU you've got, along with
all the source code.
used Borland Pascal 7 and Tasm 3.2 to create all this. It SHOULD work on
TP7, but probably won't on TP6 or less (I used some null-terminated strings).

If you've got any Komments, Kwestions, Koncerns, or any other K-words (as one
of my high school physics teachers used to put it), you can get in touch with
me as follows:

Snail mail:
Marc Buchmann
47 Lindsay Drive
Saskatoon, SK S7H 3E2
Canada

E-mail:
mbb190@engr.usask.ca

or, if that bounces:

heinz@skatter.usask.ca, Subject: For Marc
Note: This is my dad's e-mail.

IRC: (on the rare occasions that I actually go onto EFnet): DrS


File List:
CPU.ASM5Kb
CPU.OBJ2Kb
CPU.PAS325b
CPU.TPU1Kb
CPUTEST.EXE3Kb
CPUTEST.PAS1Kb
FILE_ID.DIZ93b
INTRUPT.ASM3Kb
INTRUPT.INC169b
INTRUPT.OBJ1Kb
INTRUPT.PAS466b
INTRUPT.TPU1Kb
README.TXT1Kb

Similar code
Data compressing algorithms LZARI/LZSS/LZHUF - H.Okumura (Popularity: ) : Incluces both a tutorial and sourcecode.
Limpel-Ziv file compress/decompress w/ASM src (Popularity: ) : These programs are a file compressor and decompressor based on the Limpel-Ziv algorithm.
386ID -- Return The 386/486 Component Identifier (Popularity: ) : assembler source.
User reviews

1 user review. Read now.


Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 423
version
size in Kb 10
popularity   3550/7913374
user rating 6/10
ad


New Code
Popular Code