/Assembler-master

This assembler is a 2 pass assembler in C language.The first pass seperates the jump statements into a file symbols.txt and the second pass converts the source code into machine language and stores the output in output.txt

Primary LanguageC

Watchers