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

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