Q. Explain Assembly program execution?
An assembly program is written according to a strict set of rules. A word processor or editor is used for keying an assembly program in the computer as a file and thenassembler is used to translate whole program in machine code.
There are two manners of converting an assembly language program in machine language:
1) Manual assembly
2) By employing an assembler.