Beginner Assembly Language
Q2 / 100

What tool converts assembly language source code to machine code?

Correct! Well done.

Incorrect.

The correct answer is C) Assembler

C

Correct Answer

Assembler

Explanation

An assembler (e.g., NASM, MASM, GAS) translates assembly mnemonics into binary machine code. A linker then combines object files into an executable.

Progress
2/100