What books would you recommend for studying the low-level programming ASSEMBLER? Books are preferably simple for beginners. Thank. Oh yeah, Assembler for x86.

Closed due to the fact that it is necessary to reformulate the question so that it was possible to give an objectively correct answer to the participants Oceinic , Kromster , ThisMan , LEQADA , cyadvert Oct 13 '15 at 18:33 .

The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .

4 answers 4

I studied for this . I like it. I also read (but still in the form of mailing) Kalashnikov . Not bad either. Still liked the turns . True, this is not a book. Well, WASM is our everything. So articles for beginners from there - imho must read.

    1. Finogenov. Fundamentals of assembly language. Training course
    2. Yurov. Assembler: Training Course
    3. Yurov. Assembler. Special Handbook
    4. Zubkov S.V. Assembler for DOS, Windows and Unix

    This is the minimum list of the most useful books to study from scratch. Given that the assembler usually implies DOS, I still recommend the Tech! Help help system

      Assembly language: programming lessons. Authors: Rudakov, Finogenov. The book, though not new, but everything is the basics - it considers the hardware organization of the computer, work with DOS and BIOS interrupts, organization of programs (including resident), entering protected mode, writing drivers. Borland TASM translator

        Now I’ll give you a short list: first, you can start with the Kalashnikov lessons in the Internet, then read Rudolf Marek: Assembler basic course. And then go wherever you want, in the first two examples a good base is written in an understandable language.