When we use a high-level programming language it’s the compiler software that determines how effectively the source code is interpreted. In Assembler it’s the job of the programmer him or herself to secure the most efficient outcome — both in terms of code length and also execution speed. This is because the conversion of assembler code into machine language (or hex code, as appropriate) is defined very strictly.
Discussion (0 comments)