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 .
- oneClassical: Peter Abel - Assembler and Programming for IBM PC - karmadro4
- By c ++ literature, the answer question is not closed, but by assembly language is closed, but it is needed, isn't it? From ru.stackoverflow.com/… there is nothing intelligible ... - nick_n_a Nov.
- @nick_n_a Well, you need to make a reference closet and make others close as doubles. Who will do this? - 0xdb
- @nick_n_a, probably, it will be better to start a new question. normally decorated. - aleksandr barakin Nov.
- There are few questions, here is ru.stackoverflow.com/questions/35654/… here are doubles ru.stackoverflow.com/questions/563165/… here are ru.stackoverflow.com/questions/77615/… - nick_n_a
4 answers
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.
- Finogenov. Fundamentals of assembly language. Training course
- Yurov. Assembler: Training Course
- Yurov. Assembler. Special Handbook
- 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.