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
file1/compile Normal file
View File

@@ -0,0 +1,2 @@
nasm -f elf -l file1.lst file1.asm
ld -o file1 file1.o