initial checkin from subversion

This commit is contained in:
Tretter
2017-02-07 20:07:52 +00:00
commit 4f9cd4066a
19 changed files with 431 additions and 0 deletions

2
printf1/compile Normal file
View File

@@ -0,0 +1,2 @@
nasm -f elf -l printf1.lst printf1.asm
gcc -o printf1 printf1.o