User`s manual

5.Limitations
5. Limitations
5.1. Assembler limitations
5.1.1. Limitations between linker (
LINK74M
) and assembler
(
SRA74M
)
The attached user’s manual is described about an assembler (SRA74).
The following SRA74M spec is different from SRA74.
1)The structured language cannot be used.
2)Macro commands cannot be used.
3)An object file can link to three.
4)An assembler command option can use only
-C, -L, -LS and -S.
5)The assembler (SRA74M) and linker (LINK74M) are provided.
5.1.2. Integrated development environment
Inspector function of the TM and creating a library project cannot be used.
5.1.3. Precautions for use of assembler
1)When the number of lines of one source file crosses 65535 lines, relocatable file is not
sometimes generated right in the SRA74M. When the relocatable file is not generated
right, internal error occurs in the LINK74M.
[Condition]
An internal error will occur when the following 2 conditions are met:
(1) The number of lines of 1 source file crosses 65535 lines.
(2) The SRA74M is started by adding the -C option.
[Countermeasure]
Avoid in either following way.
(1) Divide a file so as not for 1 source file to cross 65535 lines.
(2) Start the SRA74M without adding the -C option.
46