RTE-V852-PC
USER’ S MANUAL (Rev. 1.10)
46
11. RTE COMMANDS
When the monitor and server (rteserv) are connected, the TARGET window is opened. The RTE
commands can be issued in this window. The following table lists the RTE commands.
Command
Description
HELP or ?
Displays help messages.
INIT
Initializes.
VER
Displays the version number.
SFR
Changes or displays the internal register (SFR).
RTE Commands
Some commands require parameters. All numeric parameters such as addresses and data are
assumed to be hexadecimal numbers. The following numeric representations are invalid:
0x1234
1234H
$1234
11.1. HELP (?)
<Format>
HELP [command-name]
Displays a list of RTE commands and their formats. A question mark (?) can also be used in place
of the character string HELP. If no command name is specified in the parameter part, the HELP
command lists all usable commands.
<Example>
HELP SFR
Displays help messages for the SFR command.
11.2. INIT
<Format>
INIT
Initializes the RTE environment. Usually, this command should not be used.
11.3. VER
<Format>
VER
Displays the version number of the current RTE environment.
11.4. SFR
<Format>
SFR[register-name[data]]
Displays the data in the CPU’ s internal register (SFR) or writes data into it.
When the parameters are omitted, this command displays a list of register names which can be
specified with the SFR command.
When only the register-name parameter is specified, this command reads and displays the data in the
specified register.
When both the register-name and data parameters are specified, this command writes the data into
the specified register.
Specifying a display command for a read-inhibited register or a write command for a write-inhibited
register results in an error. The access size for read or write is automatically set to the same size as
that of the register.