#2,703 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Assembly Language for X86 Processors

Sentiment score: 1
Reddit mentions: 5

We found 5 Reddit mentions of Assembly Language for X86 Processors. Here are the top ones.

Assembly Language for X86 Processors
Buying options
View on Amazon.com
or
    Features:
  • 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence!
  • A brand-new, unused, unopened item in its original packaging, with all original packaging materials included.
  • Lowest price on amazon!
Specs:
Height9.2 Inches
Length7.2 Inches
Weight2.6014546916 Pounds
Width1.18 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 5 comments on Assembly Language for X86 Processors:

u/[deleted] · 3 pointsr/learnprogramming

I'm trying to learn how to reverse engineer software. I picked up Assembly Language for x86 Processors, so assembly is certainly one thing I'm trying to learn. I'm also trying to get comfortable with multiple debuggers, like OllyDBG and GDB.

u/a_baby_coyote · 3 pointsr/learnprogramming

http://www.amazon.com/Assembly-Language-x86-Processors-Edition/dp/013602212X

This is the book we used in our assembly class, and I had mixed feelings about it because the further I got into it, the more it used macros and the like to bring Assembly to a higher level language.

This is just preference though because I liked the fact that assembly at first was difficult.

Anyway, the first few chapters are all about CPU architecture and how it all works.

In my own experience, learning how the CPU worked before learning assembly was essential. Sure you can dive right in and start coding with tutorials, but for it to really make sense and fast, knowing exactly what you're doing in the processor with the code is great.

Just to give you some motivation, learning assembly changed my perception of programming in higher level languages, and things just click a lot easier now.

u/Vectronic · 3 pointsr/learnprogramming

> I keep practicing but none of it is sticking with me.

What are you expecting from other people then?... to stick stuff to you?

Stuff you surely have found already:

Link 1 (PDF cheat-sheet)

Link 2 (Wikipedia)

Link 3 (PDF)

Link 4 (some sort of mess, Ctrl+F that stuff, lol)

Link 5 (more Ctrl+F)

Link 6 (PDF, didn't wanna wait for download, could be useful?)

Grab a Book

u/occams_butterknife · 1 pointr/starterpacks

I own both this book and the previous edition.

u/solid7 · 1 pointr/learnprogramming

Hmm... my path to learning assembly was kind of non-traditional. Regardless, I'll throw a reference out to Kip Irving's "shell" book. I've got a really old edition floating around somewhere.