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