Download presentation
Presentation is loading. Please wait.
1
x64
2
x64 (or x86-64) Smooth the transition from x86 (32-bits) to x64 (64-bits). x64 is a generic name for the 64-bit extensions to Intel’s and AMD’s 32-bit x86 instruction set architecture (ISA). AMD introduced the first version of x64, initially called x86-64 and later renamed AMD64. Intel named their implementation IA-32e and then EMT64. There are some slight incompatibilities between the two versions, but most code works fine on both. We call this intersection x64.
3
General x64 architecture
4
x64 assembler Use MASM64 (ml64.exe) that is available with Visual C++ Express v10.
5
Other Intel architectures
Intel’s RISC processor discontinued (last brochure from 2002)
6
Other Intel architectures
Itanium (IA-64) originated at HP bit general purpose registers bit floating-point registers each 128-bit instruction word contains three instructions (VLIW) called RISC-like future is questionable (McMillan, Robert ( ). "HP Paid Intel $690 Million To Keep Itanium On Life Support," wired.com.)
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.