L
L
Lev Levenets2018-07-31 00:31:53
assembler
Lev Levenets, 2018-07-31 00:31:53

What programs for learning Assembler to install on a computer?

I found books to learn my first programming language, but I can't figure out compilers, etc. I found only an article on Habré, but something will not go into it very well. Please, if it's not difficult, give links to articles where it would be explained step by step what to install.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mirn, 2018-07-31
@Mirn

Any C programming environment or pluses that understands disasm and GCC.
I would recommend Eclipse and MinGW or GCC.
You only need to learn assembly language in the context of integrating into languages ​​like C.
Otherwise, you will again have to "forget everything you were taught" and you will have to study from scratch what and how the SI compiler generates,
and on -O2 and higher it generates very strong code or very bad code that needs to be corrected and they pay very solidly for it, and not for crafts in 4k oz (if it's not an arduino of course).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question