Revision History ------------------------------------------------------------------------------- v5.5.0 (2003-3-21) *added boot ROM labels for flash .INC files *major code clean-up v5.4.8 (2002-10-16) *made changes to COP8TA?.INC files v5.4.7 (2002-10-14) *labels after jsrb instructions don't cause a phase errors anymore v5.4.6 (2002-10-1) *made changes to COP8TA?.INC files *lncop.exe now returns promcop.exe's return value when /format=hex is used. This insures that %ERRORLEVEL% is set properly when lncop.exe finishes. v5.4.5 (2002-9-8) *lncop converts temp path to short path name (like asmcop since 5.4.3) v5.4.4 (2002-9-5) *promcop.exe doesn't need to be in the PATH to run "c:\cop8\nsasm\lncop.exe myobj.obj /format=hex" anymore. (note:promcop.exe is used to generate the hex file) lncop.exe can find promcop.exe if they reside in the same directory. *If lncop.exe runs promcop.exe it waits for promcop.exe to finish before exiting. v5.4.3 (2002-9-3) *Now converting any temporary file paths to use only short names. *Installing into a directory with long names works again. v5.4.2 (2002-9-2) *Fixed another bug with the temp file creation. There was a problem on NT,2000 and XP systems when both TMP and TEMP are undefined. In this case a temporary file path could contain long names. v5.4.1 (2002-9-2) *Fixes the bug that was leaving a temporary file in the file system v5.4.0 (2002-9-2) *Fixed temporary file problem. Creating unique temporary file names now. Now multiple projects can be assembled and linked simultaneously. *New install setup program v5.3.1 (2001-11-1)