Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9192763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:00:19+00:00 2026-06-17T21:00:19+00:00

My CPU is the Intel Core2Quad Q9300 2.5GHz. CPU-Z gives me as values for

  • 0

My CPU is the Intel Core2Quad Q9300 2.5GHz. CPU-Z gives me as values for Family: 6, Model:7 and Stepping:7. Trying to write a x86 assembly using the cpuid instruction with EAX=1, all I get is a value of 0000 0010 in AL (where I suppose it should have been 0111 0111).

Any help guys?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T21:00:22+00:00Added an answer on June 17, 2026 at 9:00 pm

    Sadly (due to large amounts of suckage) Intel’s “family” numbers went from 5 (Pentium) to 6 (Pentium Pro, Pentium II, Pentium II) to 15 (Pentium 4), and then back to down to 6 again (Pentium M, Atom, Core, Core2, Nehalem, Sandy Bridge, etc).

    This mostly means that (on its own) the “family” field is useless for determining the CPU’s family. Instead, if “family = 6”, you have to use the model number to determine family (and the model numbers are not in a sane order or anything – e.g. models 8, 10 and 11 are Pentium III, and in the middle of that model 9 is Pentium M).

    Also note that the model number was originally 4 bits (bits 4 to 7 in EAX), and this wasn’t enough to handle Intel’s “everything is family 6” silliness so they extended the model number with another 4 bits later (bits 16 to 19 in EAX). This means that to get the full model number you need to do some bit twiddling/shifting (e.g. model = ( (EAX >> 4) & 0x0F) | ( (EAX >> 12) & 0xF0);).

    For example, for model 23 the value in EAX would be 0x???1??7?, and older software (designed before the “model number extension” was introduced) would make the mistake of thinking the CPU is “model 7” when it’s not.

    I would assume that you have done the same (forgotten to include the “extended model” in your model number); and your actual CPU’s details are “family = 6, model = 23”. This would make it a Core 2 (Penryn).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there significant cpu/memory overhead associated with using automatic arrays with g++/Intel on 64-bit
I'm using x86 intel machine, and windows 7, plus Visual C++ (versions 2005/2012 express)
I was trying to make a Intel 8080 CPU emulator (then I'd like to
I am using the latest eclipse version (Indigo) on a machine: CPU: Intel Core
Reading across difference lineage of CPU created by intel , many questions aroused in
Because of the Intel Turbo Boost technology, I can't trust the CPU frequency written
Running the following program on gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 and Intel(R) Core(TM)2 Duo CPU,
I have a laptop with an Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz processor. I'm
I've been messing around with some x86 assembly as its come up in a
I have an Intel Core 2 Duo CPU and i was reading 3 files

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.