Author Topic: x64 Assembly  (Read 1513 times)

0 Members and 1 Guest are viewing this topic.

WILL HATCH

  • Bull Frog
  • Posts: 450
x64 Assembly
« on: July 03, 2014, 04:46:04 PM »
Found some (very unexpected) resources on assembly language in the x64 environment https://software.intel.com/en-us/articles/introduction-to-x64-assembly with a number of good links I'm still working through.   The article at http://msdn.microsoft.com/en-us/magazine/cc300794.aspx has some interesting details on how function calling is done which (for me anyway) tells us a lot about the implications of calling functions.

exmachina

  • Guest
Re: x64 Assembly
« Reply #1 on: July 09, 2014, 09:10:50 PM »
Thanks.

From my point of view:
Nothing special, except that pointers are 64-bit, some new instruction and, above all, that there is still no free debugger for x64; except this:

http://www.theswamp.org/index.php?topic=47386.0