enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Model-specific register - Wikipedia

    en.wikipedia.org/wiki/Model-specific_register

    The Intel Model-Specific Registers (MSRs) are described in-depth in the Intel® 64 and IA-32 Architectures Software Developer’s Manual, Volume 4; the link to the Intel reference manuals (PDFs) download page (which includes Vol 4):

  3. IA-64 - Wikipedia

    en.wikipedia.org/wiki/IA-64

    IA-64 (Intel Itanium architecture) is the instruction set architecture (ISA) of the discontinued Itanium family of 64-bit Intel microprocessors. The basic ISA specification originated at Hewlett-Packard (HP), and was subsequently implemented by Intel in collaboration with HP. The first Itanium processor, codenamed Merced, was released in 2001.

  4. List of Intel CPU microarchitectures - Wikipedia

    en.wikipedia.org/wiki/List_of_Intel_CPU_micro...

    Intel's second generation of 32-bit x86 processors, introduced built-in floating point unit (FPU), 8 KB on-chip L1 cache, and pipelining. Faster per MHz than the 386. Small number of new instructions. P5 original Pentium microprocessors, first x86 processor with super-scalar architecture and branch prediction. P6

  5. x86-64 - Wikipedia

    en.wikipedia.org/wiki/X86-64

    AMD Opteron, the first CPU to introduce the x86-64 extensions in April 2003 The five-volume set of the x86-64 Architecture Programmer's Manual, as published and distributed by AMD in 2002. x86-64 (also known as x64, x86_64, AMD64, and Intel 64) [note 1] is a 64-bit extension of the x86 instruction set architecture first announced in

  6. MMX (instruction set) - Wikipedia

    en.wikipedia.org/wiki/MMX_(instruction_set)

    Pentium II processor with MMX technology. MMX defines eight processor registers, named MM0 through MM7, and operations that operate on them.Each register is 64 bits wide and can be used to hold either 64-bit integers, or multiple smaller integers in a "packed" format: one instruction can then be applied to two 32-bit integers, four 16-bit integers, or eight 8-bit integers at once.

  7. Interrupt vector table - Wikipedia

    en.wikipedia.org/wiki/Interrupt_vector_table

    Intel® Architecture Software Developer's Manual, Volume 3: System Programming Guide Archived 2009-02-16 at the Wayback Machine. Intel 64 and IA-32 Architectures Software Developer’s Manual, Volume 3A:System Programming Guide, Part 1 (see CHAPTER 6, INTERRUPT AND EXCEPTION HANDLING and CHAPTER 10, ADVANCED PROGRAMMABLE INTERRUPT CONTROLLER)]

  8. Interrupt descriptor table - Wikipedia

    en.wikipedia.org/wiki/Interrupt_descriptor_table

    Intel 64 and IA-32 Architectures Software Developer’s Manual, Volume 3A:System Programming Guide, Part 1 (see CHAPTER 5, INTERRUPT AND EXCEPTION HANDLING and CHAPTER 10, ADVANCED PROGRAMMABLE INTERRUPT CONTROLLER)] Interrupt Descriptor Table at OSDev.org

  9. x86 memory models - Wikipedia

    en.wikipedia.org/wiki/X86_memory_models

    Four registers are used to refer to four segments on the 16-bit x86 segmented memory architecture. DS (data segment), CS (code segment), SS (stack segment), and ES (extra segment). Another 16-bit register can act as an offset into a given segment, and so a logical address on this platform is written segment:offset, typically in hexadecimal ...