General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
GH1618
MIT OpenCourseWare
comments
Comments by "GH1618" (@GH-oi2jf) on "4. Assembly Language \u0026 Computer Architecture" video.
"Assembler" is a class of languages. Every computer type has its own assembly language. Generally, you would get the manual for the particular assembler that runs on the computer you are using.
1
Computers do not operate in human language. They execute machine code. The machine can support any high-level language, including human language, with suitable programming.
1
I learned early in my computer science education that performance is to be found in algorithms, and I found that to be true throughout my long career. There is sometimes a place for hand-optimization of assembler code, but that is not the name of the game.
1