Computer Science, asked by mike876, 4 months ago


Which activity is NOT included in the first pass of two pass macro assembler?​

Answers

Answered by SarthakPaul
0

An assembler is a translator, that translates an assembler program into a conventional machine language program. Basically, the assembler goes through the program one line at a time, and generates machine code for that instruction.

Similar questions