beautypg.com

Stepin, Stepout, Stop – Zilog Z8F0130 User Manual

Page 539: Target copy, Target create, Stepin stepout stop target copy target create

background image

UM013037-1212

stepin

Zilog Developer Studio II – Z8 Encore!

User Manual

515

stepin

The

stepin

command steps into the function at the PC. If there is no function at the cur-

rent PC, this command is equivalent to

step

. This command starts a debug session if one

has not been started. The syntax of the

stepin

command is:

stepin

stepout

The

stepout

command steps out of the function. This command starts a debug session if

one has not been started. The syntax of the

stepout

command is:

stepout

stop

The

stop

command stops the execution of program code. The syntax of the

stop

com-

mand is:

stop

target copy

The

target copy

command creates a copy of the existing target with a given name with

the given new name. The syntax can take one of two forms:

target copy NAME=""

creates a copy of the active target named the value given for

NAME

.

target copy NAME="" SOURCE="

name>"

creates a copy of the

SOURCE

target named the value given for

NAME

.

For example:

target copy NAME="mytarget" SOURCE="Sim3"

target create

The

target create

command creates a new target with the given name and using the

given CPU. The syntax of the

target create

command is:

target create NAME=

"<target name>"

CPU=

"<cpu name>"

For example:

target create NAME="mytarget" CPU="eZ80190"