diff options
Diffstat (limited to 'contrib/masmx64')
-rw-r--r-- | contrib/masmx64/readme.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/masmx64/readme.txt b/contrib/masmx64/readme.txt index 1115d9b..2da6733 100644 --- a/contrib/masmx64/readme.txt +++ b/contrib/masmx64/readme.txt | |||
@@ -12,10 +12,10 @@ inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing | |||
12 | 12 | ||
13 | Use instructions | 13 | Use instructions |
14 | ---------------- | 14 | ---------------- |
15 | Assemble the .asm files using MASM and put the object files into the zlib source | 15 | Assemble the .asm files using MASM and put the object files into the zlib source |
16 | directory. You can also get object files here: | 16 | directory. You can also get object files here: |
17 | 17 | ||
18 | http://www.winimage.com/zLibDll/zlib124_masm_obj.zip | 18 | http://www.winimage.com/zLibDll/zlib124_masm_obj.zip |
19 | 19 | ||
20 | define ASMV and ASMINF in your project. Include inffas8664.c in your source tree, | 20 | define ASMV and ASMINF in your project. Include inffas8664.c in your source tree, |
21 | and inffasx64.obj and gvmat64.obj as object to link. | 21 | and inffasx64.obj and gvmat64.obj as object to link. |