TheSwamp

Code Red => .NET => Topic started by: WILL HATCH on July 03, 2014, 04:46:04 PM

Title: x64 Assembly
Post by: WILL HATCH 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 (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 (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.
Title: Re: x64 Assembly
Post by: exmachina 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

(http://i.imgur.com/7dK9fB4.png)