Book resources for x86/x64 assembly programming on Win platform

Posted by Scott Davies on Stack Overflow See other posts from Stack Overflow or by Scott Davies
Published on 2009-09-16T04:10:11Z Indexed on 2010/03/12 13:47 UTC
Read the original article Hit count: 215

Filed under:
|
|

Hello,

I ran a search for assembly language resources on stackoverflow.com and found some interesting results, but they seemed to boil down to two groups: 1) Assembly references to old ia32 architecture, such as the 80386 to Pentium 2) Windows agnostic books.

Most of the commenters make the point that assembler is CPU dependent and that the OS is irrelevant, but it seems pointless to me to pick a book that has assembly examples that refer to MS-DOS interrupts and memory layouts. Likewise, learning assembler on Linux would seem to produce Linux executables

Are there any: 1) Modern 2) x86/x64 3) on Windows platform - book resources available ?

The reason I am targeting the Win platform is I would like to do low-level, OS internals programming, to supplement my Win C/C++ work.

Thanks

© Stack Overflow or respective owner

Related posts about books

Related posts about assembly