ioq3/code/tools/asm
Tim Angus 490c84d907 * Applied q3asm-turbo patches from http://www.icculus.org/~phaethon/q3/q3asm-turbo/q3asm-turbo.html
* Added -m option to q3asm to write a map file (which is now disabled by default)
* q3asm now returns an error code on failure
2005-10-05 17:59:10 +00:00
..
Makefile * Applied q3asm-turbo patches from http://www.icculus.org/~phaethon/q3/q3asm-turbo/q3asm-turbo.html 2005-10-05 17:59:10 +00:00
README.Id * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
cmdlib.c * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
cmdlib.h * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
lib.txt * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
mathlib.h * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
notes.txt * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
ops.txt * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
opstrings.h * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
q3asm.c * Applied q3asm-turbo patches from http://www.icculus.org/~phaethon/q3/q3asm-turbo/q3asm-turbo.html 2005-10-05 17:59:10 +00:00
q3asm.sln * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
q3asm.vcproj * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
qfiles.h * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00

README.Id

2002-10-25  Timothee Besset <ttimo@idsoftware.com>
If you are looking for a faster version of the q3asm tool, try:
http://www.icculus.org/~phaethon/q3/q3asm-turbo/q3asm-turbo.html

2001-10-31  Timothee Besset <ttimo@idsoftware.com>
updated from the $/source/q3asm code
modified for portability and use with >= 1.31 mod source release

the cmdlib.c cmdlib.h mathlib.h qfiles.h have been copied from
$/source/common