Why is learning assembly language seen as a disadvantage?

Posted by cprogcr on Programmers See other posts from Programmers or by cprogcr
Published on 2012-09-22T14:04:37Z Indexed on 2012/09/22 15:48 UTC
Read the original article Hit count: 229

Filed under:
|

I was recently reading an article about making a compiler, and one of the disadvantages mentioned about making a compiler instead of interpreter, was "Learning Assembly language".
I understand that perhaps it takes a little more time to learn ASM than it would take for a high level language. But why should it be seen as a disadvantage? And this is not the first time, I mean there are a lot of articles which see ASM as a disadvantage or not important.

Personally I find ASM interesting and not at all as a "disadvantage".

© Programmers or respective owner

Related posts about low-level

Related posts about asm