News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Another CPU ID Program

Started by dedndave, January 03, 2010, 11:26:03 AM

Previous topic - Next topic

frktons

#45

-----------------------------------------------------------------------------------------
          EAX: 0
          ECX: 120
          EDX: 00403AB0h
       cbSize: 120
dwCoreAffMask: 00000000000000000000000000000001b
dwIdCpuStatus: 00000000h
    bVendorID: 1
      bFamily: 6
   bExtFamily: 0
       bModel: 15
    bExtModel: 0
        bType: 0
        bStep: 6
     bMmxBits: 00000001b
   w3DNowBits: 0000000000000000b
     wSseBits: 0000000000001111b
   dwMiscBits: 00000000000000101011101101111111b
      szBrand: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
     szVendor: GenuineIntel
        szMmx: MMX
      sz3DNow:
        szSse: SSSE3
-----------------------------------------------------------------------------------------


Well this is the machine, the owner is not so smart  :8)


I just added the code tags for you so it was easier to read.
Mind is like a parachute. You know what to do in order to use it :-)

clive

          EAX: 0
          ECX: 120
          EDX: 00403AB0h
       cbSize: 120
dwCoreAffMask: 00000000000000000000000000000001b
dwIdCpuStatus: 00000000h
    bVendorID: 1
      bFamily: 6
   bExtFamily: 0
       bModel: 12
    bExtModel: 1
        bType: 0
        bStep: 2
     bMmxBits: 00000001b
   w3DNowBits: 0000000000000000b
     wSseBits: 0000000000001111b
   dwMiscBits: 00000000000000101001101101011111b
      szBrand: Intel(R) Atom(TM) CPU N270   @ 1.60GHz
     szVendor: GenuineIntel
        szMmx: MMX
      sz3DNow:
        szSse: SSSE3
It could be a random act of randomness. Those happen a lot as well.

joemc


          EAX: 0
          ECX: 120
          EDX: 00403AB0h
       cbSize: 120
dwCoreAffMask: 00000000000000000000000000000001b
dwIdCpuStatus: 00000000h
    bVendorID: 1
      bFamily: 6
   bExtFamily: 0
       bModel: 15
    bExtModel: 0
        bType: 0
        bStep: 6
     bMmxBits: 00000001b
   w3DNowBits: 0000000000000000b
     wSseBits: 0000000000001111b
   dwMiscBits: 00000000000000101011101101111111b
      szBrand: Intel(R) Core(TM)2 CPU         T5600  @ 1.83GHz
     szVendor: GenuineIntel
        szMmx: MMX
      sz3DNow:
        szSse: SSSE3
Press any key to continue ...

Really the same as the other DUO other than brand :/

Greenhorn__

          EAX: 0
          ECX: 120
          EDX: 00403AB0h
       cbSize: 120
dwCoreAffMask: 00000000000000000000000000000001b
dwIdCpuStatus: 00000000h
    bVendorID: 2
      bFamily: 15
   bExtFamily: 1
       bModel: 4
    bExtModel: 0
        bType: 0
        bStep: 2
     bMmxBits: 00000011b
   w3DNowBits: 0000000000000011b
     wSseBits: 0000000001000111b
   dwMiscBits: 00000000000001001011111111111111b
      szBrand: AMD Phenom(tm) II X4 955 Processor
     szVendor: AuthenticAMD
        szMmx: MMX+
      sz3DNow: 3DNow!+
        szSse: SSE4a
Press any key to continue ...
You can fool some of the people all of the time, and all of the people some of the time, but you can not fool all of the people all of the time.
(Abraham Lincoln)