F
F
FullWipe2014-02-23 22:57:27
PHP
FullWipe, 2014-02-23 22:57:27

Does it make sense to learn assembly language?

Does it make sense to learn assembly language?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
K
Konstantin Dovnar, 2014-02-24
@SolidlSnake

Depending on how much you want to learn programming It’s
unlikely that you will have to write full-fledged programs, but analyzing assembler will help you understand many points in the operation of a computer that you would never think about when working with high-level languages.
So - for self-development is a very interesting topic.

S
Sergey, 2014-02-24
Protko @Fesor

If you plan to develop in C / C ++ or some development tools, then yes, it's worth it. And I'm afraid nothing will help you. It's always good to know how things work one level down, for example php developers should know how things work on what they write. Also, .net developers are interested in what kind of bytecode their program is then converted to, so that it would be easier to find bottlenecks ... Well, you get the point.
ps Tolsto.

Z
zxmd, 2014-02-24
@zxmd

The set of tags pleases....

O
Oleg, 2014-02-24
@makol

Does it make sense to ask such questions,
answering only one question - knowledge is superfluous?
Assembler for a milkmaid may not be relevant, but who knows where technology will step :)

K
Konstantin, 2014-02-24
@CheeseMaster

Assembler, it's like that ... you can be able to read it, or you can be able to think and write it. So, if there is no specific task, then it is worth learning to read. If you have to write, it will be easier to get used to it, if you don’t have to, you won’t lose anything.
And, yes, there are a lot of assemblers, what are we talking about?

V
valis, 2014-02-24
@valis

It will be useful when learning Programming! I emphasized this word, because I think that knowing programming and programming language are different concepts.
As far as your area is concerned, there is no specific assembly language. It's different for every platform. If you do not plan to program on it, it is still worth trying to calculate simple formulas by playing around with the debugger. But not more.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question