how do i write assembly code in amd64

Nate Eldredge nge at cs.hmc.edu
Sat Dec 22 20:29:47 PST 2007


On Sun, 23 Dec 2007, zhang feng wrote:

> hello,all
> i write asm32 code in linux.when i run the code in freebsd amd64, it cannt
> run.
> someone give me a help for coding asm64 in freebsd.

amd64 has a whole different instruction set than 32-bit x86, though there 
are similarities.  Documentation is available at 
http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_9044,00.html 
, under "AMD64 Architecture Programmers' Manuals".


-- 
Nate Eldredge
nge at cs.hmc.edu


More information about the freebsd-amd64 mailing list