Author Topic: Getting up to speed with 64bit asm  (Read 6397 times)

Offline brethren

  • Jr. Member
  • *
  • Posts: 28
Getting up to speed with 64bit asm
« 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

Offline Rob Neff

  • Forum Moderator
  • Full Member
  • *****
  • Posts: 429
  • Country: us
Re: Getting up to speed with 64bit asm
« Reply #1 on: June 03, 2011, 08:23:26 PM »

I reference this one heavily:

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


Offline brethren

  • Jr. Member
  • *
  • Posts: 28
Re: Getting up to speed with 64bit asm
« Reply #2 on: June 04, 2011, 06:10:02 PM »
thats perfect ;D exactly what i was looking for