Question: Why does the v2.01 assembler not assemble the v2.00 runtime sources correctly ?

Answer:

The v2.01 assembler will not assemble the v2.00 rts sources, and results in the following error messager:

cl6x -qq -i. -ml2 -o -k -pw2 -fr c60 -fs c60 -ft c60 strasg.asm

"strasg.asm", ERROR! at line 52: [E0003] Make sure that the label name is not a reserved keyword

[A2] B.S1 L3

Answer:

The new assembler enforces the restriction that you can't have anything but a label in column 1. If you look at the 2.00 source for strasg.asm, you will see that it is badly formatted (the conditional is in column 1), thus, this is a good error message.


Device: TMS320C6x
Category: TI Tools
Detail: Code Generation Tools
Detail2: Runtime Library
Title: v2.00 runtime sources with ver 2.10
Source: Case from TMS320 Hotline
Date: 4/28/98
GenId: a2

© Copyright 1998 Texas Instruments Incorporated. All rights reserved.
Trademarks, Important Notice!