
7. LOAD MODULE TRANSFER
B–61863E–1/06
APPLICATION
PROGRAMMING GUIDE
418
7
LOAD MODULE TRANSFER
Before transferring the execution format load module to the PMC side,
it must first be converted to Intel 386 hexadecimal.
Use Intel’s OH386 program (stored in RLL386) for this conversion.
[Format]
OH386 SMPL.DAT 386 >SMPL.HEX
SMPL.DAT : Execution format load module input file
386 : Performs conversion to Intel386 hexadecimal format. Be
sure to specify this parameter.
SMPL.HEX : Output file for converted data.
[PMC side]
Display the PMC programmer function screen. Then press the I/O soft
key. The I/O screen is displayed.
Designate the DEVICE as “HOST” and press the soft key “EXEC”.
PMC I/O PROGRAM MONIT STOP
CHANNEL = 1
DEVICE = HOST
KIND DATA = ALL
FUNCTION = READ
>
[ EXEC ][ CANCEL ][ (NO.) ][ ][ ]
[Personal computer side]
D RC-232C setting values at the personal computer side
Baud rate (BPS) : 9600 or less
character length : 8 bits
Parity check : no parity
Stop bits : 2
X parameters : none
D Transfer command
PC-9801 (NEC) : COPYA SMPL.HEX AUX
PC/AT (IBM) : COPY SMPL.HEX COM1