Advise a book to learn masm32, will Tasm work for this?

PS I have one problem with the encoding of Russian characters in the title of the topic?

Closed due to the fact that it is necessary to reformulate the question so that you can give an objectively correct answer to the participants Oceinic , xaja , Kromster , PashaPash , ermak0ff Oct 13 '15 at 10:43 .

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 .

    2 answers 2

    Once read the book A. Krupnik. Assembler Tutorial. 2005. It is written very accessible and everything is explained on the fingers. It describes how to install and use the MASM itself, various settings, debuggers, etc. Of course, everything is very brief, not much, but for starters the most.

    Still watching the book Irvine. Assembly language for Intel processors. I liked it very much. I think it is worth reading.

    • Also, for all Intel processors, the mnemonics will be the same? Can the code written for masm later compile to tasm? - username76
    • 2
      In masm32 and tasm32, mnemonics do not differ. Other problems may arise, such as the lack of the necessary pluggable files. In general, I do not recommend using tasm when writing programs for windows, since it is very outdated. - insolor pm
    • Thank you downloaded both books started from 1, explains even more than available, I'll put a checkmark later, maybe someone else will offer some kind of literature - username76

    I can advise the book "Assembly is easy." Probably a pretty pretty book. But I really liked. I study the assembler myself.