 |
|
 |
MESC TOOL NEWS:
MESCT-AS308-991216D
AS308 and AS30
Precautions
|
Please take note of the following problem in using relocatable assemblers AS308 for the M16C/80 series and AS30 for the M16C/60 and M16C/20 series of microcomputers:
-
Versions Concerned
AS308 V.1.00 Release 1 -- V.2.00 Release 1 (AS308 included with C compiler NC308WA for the M16C/80 series MCUs is also concerned.)
AS30 V.1.00 Release 1 -- V.3.20 Release 1 (AS30 included with C compiler NC30WA for the M16C/60 and M16C/20 series MCUs is also concerned.)
-
Problem
When the linker is invoked with a command file selected, the relocatable file or command parameter before the end-of-file code (EOF) cannot be executed unless a hard break is inserted prior to the EOF.
-
Example
In the following command file, "file2" cannot be executed:
------------------
file1 file2[EOF]
------------------
-
Workaround
Be sure to place a hard-break code at the end of the final line of the command file as follows:
------------------
file1 file2[RET]
[EOF]
------------------
-
Schedule of Fixing Problem
We plan to fix this problem in our next release.
|
 |