What is the assembly language for AMD Processors? Im using anthlonx2 64bit.
Assembly For AMD
Started by penguin, May 18 2009 01:51 PM
4 replies to this topic
#1
Posted 18 May 2009 - 01:51 PM
|
|
|
#2
Posted 18 May 2009 - 02:02 PM
#3
Posted 18 May 2009 - 05:13 PM
AMD processors are clones of x86. As such, bar a few exceptions, they run any assembly targeting i486 or higher. Some examples are CPUID, whose index and return values are a bit different for extended values (8000_****h)
What we know today as x86-64 is actually AMD's child, who Intel copied in their desktop 64bit CPU's. Unless you explicitly set the CPU into long mode, any code you write for it will be in real mode/protected mode which is the same as a plain-ol' x86.
What we know today as x86-64 is actually AMD's child, who Intel copied in their desktop 64bit CPU's. Unless you explicitly set the CPU into long mode, any code you write for it will be in real mode/protected mode which is the same as a plain-ol' x86.
#4
Posted 22 May 2009 - 05:43 PM
Any books you guys would recomend if I wanted to learn it?
#5
Posted 05 August 2009 - 07:04 PM
Great reference material for instruction formats and stuff. Free, too. (I love free things, as many people who're familiar with my posts can tell you.)
Intel Software Developer's Manuals
Intel Software Developer's Manuals
sudo rm -rf /


Sign In
Create Account


Back to top









