Return to previous page Return to menu Go to next page

7. Compile, execution procedure

Compile procedure

PC version
Execute smpmk.bat in the saturn \ segagame directory.
C: \ saturn \ segagame> smpmk.bat [ENTER]
WS version
Make smp.mk in the segagame directory.
‾Saturn / segagame% make -f smp.mk [ENTER]

Execution procedure

  PC version 
Execute the following command from the command line of the debugger.
Command comment
rs [ENTER] Resets the ICE.
g [ENTER] Execute BOOTROM. If you don't get up, reset the target.
l; r: smp.abs [ENTER] Loads the sample program.
g 06010000 [ENTER] Executes the sample program. 

WS version Execute the following command from the command line of the debugger. Command comment rs [ENTER] Resets the ICE. g [ENTER] Execute BOOTROM. If you don't get up, reset the target. ftp WS name or IP address [ENTER] User name [ENTER] Password [ENTER] ll; r: smp.abs [ENTER] Loads the sample program. g 06010000 [ENTER] Executes the sample program.


Return to previous page Return to menu Go to next page