Add assembler

This commit is contained in:
Augusto Gunsch
2020-10-24 22:06:07 -03:00
parent cdefdb3b77
commit cfb4352418
2 changed files with 520 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
main: assembler.c
${CC} -std=c99 assembler.c -o assembler