cancel
Showing results for 
Search instead for 
Did you mean: 

Assembler ST7 Visual Debug

hkurt
Associate II
Posted on May 26, 2004 at 10:33

Assembler ST7 Visual Debug

4 REPLIES 4
hkurt
Associate II
Posted on March 10, 2004 at 05:48

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?

Kurt
kr
Associate II
Posted on March 11, 2004 at 04:56

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 ]
simonharrison9
Associate II
Posted on March 11, 2004 at 13:25

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

Simon

alain2399
Associate II
Posted on May 26, 2004 at 10:33

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