adding thumb assembler, cant decide if I really want this here

This commit is contained in:
David Welch
2012-05-28 17:01:50 -04:00
parent 590d8b3f07
commit 4792bb0a31
6 changed files with 2952 additions and 0 deletions

12
tas/Makefile Normal file
View File

@@ -0,0 +1,12 @@
tas : tas.c
gcc -o tas tas.c
clean :
rm -f tas
rm -f *.bin
rm -f *.hex
rm -f *.s.s
rm -f *.s.diss