leonjovanovic / system-software-assembler

Assembler is system software which is used to convert an assembly language program to its equivalent object code. The input to the assembler is a source code written in assembly language (using mnemonics) and the output is the object code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

system_software_assembler

Assembler is system software which is used to convert an assembly language program to its equivalent object code. The input to the assembler is a source code written in assembly language (using mnemonics) and the output is the object code.

About

Assembler is system software which is used to convert an assembly language program to its equivalent object code. The input to the assembler is a source code written in assembly language (using mnemonics) and the output is the object code.


Languages

Language:C++ 97.9%Language:Assembly 1.8%Language:Makefile 0.4%