
4.FUNCTIONS B-66264EN/01
- 20 -
4.3 CONVERSION TO A MEMORY CARD FORMAT
(MCARD30I)
Convert a ROM-format file created by the macro linker (MLINK30I)
to the memory-card format file (MEM format file) which can be
loaded from the memory card using the boot function.
Source File
Macro
Program
(xxx.SRC)
Object File
Object
Program
(xxx.REL)
MCOMP30I
Macro Library File
Link Control File
Link
Control
(xxx.LNK)
Macro
Library
Memory Card File
Memory
Card File
(xxx.MEM)
To memory card
COPY C:xxx.MEM F:
(F: Memory card device number)
Memory Card
ROM File
(xxx.ROM)
MLINK30I
MCARD30I
(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>.
MCARD30I 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 source
program is stored by using the CD command, and then execute
the following command line.
C:\> MCARD30I file-spec
*1 file- spec
Specify the name of a ROM-format file to be converted without
using an extension. A MEM format file having the same name as
the ROM-format file and the extension .MEM is created.