Specifications

1-14 Programmer’s Guide Sega
Psy-Q Development System
RUN.EXE - program downloader
Description This program downloads runnable object code to the target machine.
SyntaxRUN [switches] file name [[switches] filename...]
where switches are preceded by a minus sign (-).
Switches
-h halt target - that is, download but do not run.
-t# use target SCSI ID number # - always 0 for the Saturn.
-u# use target unit number # (0 - Master SH2, 1 - Slave SH2, 2 - 68000).
-w## retry for ## seconds if target does not respond.
Remarks
If run is executed without any runtime parameters, the program will simply
attempt to communicate with the target adapter hardware. If successful, run
displays the target identification; if the attempt fails, an appropriate error message
is displayed.
The file to be downloaded may contain:
an executable image, output by the development system, in .cpe format. Up to 8
cpe files may be specified;
a raw binary image of a cartridge.
For an executable file, execution will begin as indicated in the source code; for a
binary ROM image, execution will begin as if the target machine had been reset
with a cartridge in place.
Multiple executable files may be specified. However, only the last executable
address will apply - specified files are read from left to right.