I dont get it? 5 years javascript dev here
is this the ultimate filter?
I dont get it? 5 years javascript dev here
Other urls found in this thread:
gitlab.com
twitter.com
Yes. Why the question?
No. ASM is simple but tedious and overly verbose. I don't know what you want to do, but i already know you will never need it. Even if you program microcontrollers (you do it in C nowadays).
If you want to get closer to the metal while being capable of building things that have a value and work before you die, learn C, C++ or Rust.
this. most real world ASM is calling out to magic instructions and virtualization stuff
watching youtube videos doesn't make you a dev. if you have to ask you definitely have 0 years of experience.
also, this guy fucks
It's somewhat useful skill to be able to read it for example when symbols get wonky and it gets you funky profiler results etc etc. But you'll never need to write it.
>also, this guy fucks
what does that mean?
learn how the CPU works and assembly makes perfect sense
ASM is retarded simple, I've seen people literally explain how ASM works to non-programmers in 30 minute videos. All the commands are conceptually extremely simple.
Like others have said, it's simply tedious and verbose to the extreme. If you find it harder than Javascript I don't know what to tell you. If anything I find it substantially easier to understand than JS because it is conceptually less complicated. I suppose JS is easier if you don't understand programming beyond a copy + pasting from stack overflow with no idea what's actually going on at a low level.