News:

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

JUST curious....Noob..

Started by sydetys, October 02, 2008, 06:58:07 PM

Previous topic - Next topic

sydetys

HI!

I just read basic thing about CPU registers...AX = 16bit, EAX = 32bit etc. how about 64bit? what are they?

Any NEW registers?

thanx

qWord

hi,

how about 64bit? what are they?

rax, rbx, rcx, rdx, rsp, rbp, rsi, rdi
there also 8 new registers in x64: r8,r9 ... r15

just take a look in the amd(or intel) developer manuals:

http://developer.amd.com/documentation/guides/Pages/default.aspx#manuals

especial into: http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24592.pdf
-> see chapter 3.1

regards qWord

----

EDIT: intel's manuals: http://www.intel.com/products/processor/manuals/
FPU in a trice: SmplMath
It's that simple!

sydetys

interesting, I also found out yasm program and in manual was good info about 64bit registers