|
>Such as what are the registers called and are they broken down into smaller
>registers like the 32-bit general purpose are ie.(EAX,AX,AH,AL)?
The 64-bit general purpose registers behave exactly the same, they're just extended by another dword and R is used instead of E: RAX, RBX, RCX, RDX, RDI, RSI, RBP, and RSP.
__________________
Even if the voices aren't real, they have some pretty good ideas.
|