User`s manual

SuperH Family E10A-USB Emulator Appendix D Notes on High-performance Embedded Workshop
R20UT0870EJ1000 Rev. 10.00 Page 276 of 292
Aug 10, 2012
Variable name specification
When a name other than a variable name, such as a symbol name or function name, is
specified, no data is displayed.
Example: The function name is main.
main =
5. Line Assembly
Input radix
Regardless of the Radix setting, the default for line assembly input is decimal. Specify H’
or 0x as the radix for a hexadecimal input.
6. Command Line Interface
Batch file
To display the message “Not currently available” while executing a batch file, enter the
sleep command. Adjust the sleep time length which differs according to the operating
environment.
Example: To display “Not currently available” during memory_fill
execution:
sleep d’3000
memory_fill 0 ffff 0
File specification by commands
The current directory may be altered by file specifications in commands. It is
recommended to use absolute paths are recommended to be used to specify the files in a
command file so that the current directory alteration is not affected.
Example: FILE_LOAD C:\Hew3\Tools\Renesas\DebugComp\Platform
\E10A-USB\Tutorial\Tutorial\Debug_SHxxxx_E10A-USB_
SYSTEM\tutorial.abs
7. Memory Save during User Program Execution
Do not execute memory save or verifying during user program execution.