NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: brethren on June 03, 2011, 08:14:59 PM

Title: Getting up to speed with 64bit asm
Post by: brethren on June 03, 2011, 08:14:59 PM
for the last few years i've been programming using x86 asm with linux being my main dev environment. with a new computer on the way i'm looking for resources to do the following

1. get up to speed programming x86-64 as quickly as possible
2. information on porting 32bit linux applications to 64bit

any information, links, evens opinions ;) are welcome
Title: Re: Getting up to speed with 64bit asm
Post by: Rob Neff on June 03, 2011, 08:23:26 PM

I reference this one heavily:

http://www.x86-64.org/documentation.html (http://www.x86-64.org/documentation.html)

Title: Re: Getting up to speed with 64bit asm
Post by: brethren on June 04, 2011, 06:10:02 PM
thats perfect ;D exactly what i was looking for