![Ronetix PEEDI User Manual Download Page 111](http://html1.mh-extra.com/html/ronetix/peedi/peedi_user-manual_1485040111.webp)
Using PEEDI
#SCRIPT_NUMBER - number associated with a scrip defined in the configuration
file
$SCRIPT_NAME
- name of a scrip defined in the configuration file
SCRIPT_FILE
- file, containing CLI commands to be executed
Example:
run #1
run card://myscript.cmd
go
Syntax:
go [ADDRESS|#CORE|#CORE=ADDRESS|#all]
Description:
Start current or specified core(s). If no address is provided the core(s) will start from its
current program counter (PC) value. If no core is specified, current core will be started.
If argument #all is provided, all cores will be started from their current PC values.
Argument:
ADDRESS
- address to start from
#CORE
- core to be started
#all
- all cores will be started
Example:
go 0x100040
go #0
go #0=100040
go #0=100040 #2
go #all
gm
Syntax:
PEEDI User’s Manual
111