
4.FUNCTIONS B-66264EN/01
- 16 -
4.2 MACRO LINKER (MLINK30I)
According to the specification in the link control file created
beforehand, the macro linker links the object file and library file
compiled by the Macro Compiler and creates a ROM-format file and
link list file.
Link control File ROM Format File
Link
Control
(xx.LNK)
MLINK30I
ROM
File
(xx.ROM)
Link List File(xx.MAP)
MACRO LINKER
prog. Size.
1 O0001 00100H
2 O0002 00200H
Object File
Object
Program
(xx.REL)
Macro
Library
file
(F30IA_XX.MEX)
Procedure
Any of the following methods can be selected, but this manual uses
method (2) for description.
(1) Click [Start] and then click [Run].
Enter the following command line in [Open] and then click
<OK>.
MLINK30I file-spec [parameters]
(2) Click [Start], click [Programs], and then click [Command
Prompt]. Execute the command by entering it at the DOS
prompt.
Change the current directory to the folder in which the object file
is stored by using the CD command, and then execute the
following command line.
C:\xxxxx\xxxxx> MLINK30I file-spec [parameters]
(xxxxx\xxxxx: Current directory)
* The following descriptions assume the object file is stored in C:\.
*1 file-spec
This specifies a link control file created in a specified format
beforehand.