Two Pass Assembler in C
A two pass assembler built in C for Linux environment that assembles assembly code into machine code. Demonstrates low-level systems programming and understanding of computer architecture.
C Linux Assembly Language Systems Programming