2004-05-26 01:33 AM
2004-03-09 08:48 PM
if the message
warning: filename 'SET_RELAIS.asm truncated is display during ASM in the ASM-Window, will the complet ASM be correct? Who can help? Kurt2004-03-10 07:56 PM
Hi,
There is no problem even if it shows such kind of error. You can even check in the disassembly window to verify whether all the files have been included. I wondered that this problem was not occuring, if i remove the underscore in the file name. If you have files named with underscore then the assembler producing this kind of error. I have no idea about this. --Krsel [ This message was edited by: krsel on 11-03-2004 09:30 ]2004-03-11 04:25 AM
Hi,
You get this because the tools only work with the old 8.3 filenames giving you a maximum of 8 letters for the file and 3 for the extension. Normally this will not cause a problem, but beware.. if you had a project of several files, all with the first 8 characters of the filename the same, you would get real problems eg. project_1.asm project_2.asm project_3.asm the tools would truncate the filenames and you would lose the number of each. hope this helps Simon2004-05-26 01:33 AM
This problem is fixed since the assembler version: ASM 4.47. The current version delivered with STVD7 r3.0 just released is ASM 4.48.
Check the release notes in order to see all the improvment provided by this new release at: http://www.stmcu.com/mdtfiles/release_notes_ast7-lst7.pdf Best regards