100.0k views
3 votes
How do assembly language different from machine language?

User Jonyjm
by
5.3k points

1 Answer

1 vote

Question

How do assembly language different from machine language?

Answer:

The main difference between machine code and assembly language is that the machine code is a language consisting of binaries that can be directly executed by a computer while an assemble language is a low-level programming language that requires a software called an assembler to convert it into machine code.

Step-by-step explanation:

User Mihir Mathuria
by
5.3k points