x86 assembly
-
What are some good books for learning x86 assembly language. I don't want a book on general assembly language, or "for dummies" books. I'd like a book that's aimed at intermediate-advanced level, i.e. something that I can keep as a reference, not something I will discard after a few months. Thanks.
-
What are some good books for learning x86 assembly language. I don't want a book on general assembly language, or "for dummies" books. I'd like a book that's aimed at intermediate-advanced level, i.e. something that I can keep as a reference, not something I will discard after a few months. Thanks.
Well, I would suggest these books (more of the reference types): Intel's P4 Reference Books (Free .pdf Downloads)[^] I have found them very useful when trying to do X86 work. Chris Richardson