- 3
Assembly?
Will there be a guide for assembly language? Should be a must since I've heard of great programmers say to learn programs like gdb or other disassembly programs to really understand what's really happening when you're telling the device to do something.
5 Answers
+ 3
It isn't as necessary today as, when I got into programming. I haven't touched or looked at assembly language, when coding and debugging my code in decades. Having an understanding of code being generated by the compiler is nice to have, but you could program and debug without it.
0
Nah we have C++, C#, Python, Ruby, Java, etc.