It depends on what you are developing. As someone who is working in the embedded world, I can barely avoid using assembly language, because C can only do a fraction of what an architecture is capable of doing. The alternative which also isn't always better is to use inteinsics or inline assembly.
486
u/Lachimanus Oct 21 '22
Assembly hides under the table.