RTUComputer ScienceYr 2023 · Sem 52023

Q8Microprocessor and Interfaces

Question

2 marks

What is an Assembly Language?

Answer

Assembly Language is a low-level programming language utilizing human-readable mnemonics that physically correspond one-to-one with binary machine code instructions.

Assembly Language is the absolute lowest level of human-readable software engineering. Instead of writing raw binary 0s and 1s, engineers utilize strict text mnemonics (like MOV, ADD, JMP) that mathematically map directly to the specific hardware instruction set of the target microprocessor architecture.

Back to Paper