Computer Science, asked by rajankk0307, 8 months ago

Difference between assembly and binary language​

Answers

Answered by 2001roars
1
Assembly is basically binary code written in a form that humans can read. The assembler then takes the assembly code and translates it line by line to the corresponding bit code. That being said assemblers also have extra functionality like macros etc. ... For programmers, Binary is just a numbering system.
Answered by aninditakan
1

Answer:

Assembly is basically binary code written in a form that humans can read. The assembler then takes the assembly code and translates it line by line to the corresponding bit code. That being said assemblers also have extra functionality like macros etc. ... For programmers, Binary is just a numbering system.

Similar questions