English
Language : 

E702289_SH7290 Datasheet, PDF (247/252 Pages) Renesas Technology Corp – SH7290 E10A Emulator
 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 =
 Array display
When array elements exceed 1000, elements from after 1000 will not be displayed.
6. Memory Load Function
When [Load...] is selected from the [Memory] menu, the Memory Load function can be used
although it takes time to download. It is recommended that the File Load function ([Load
Program...] selected from the [File] menu) is used to load the S-type file.
Note:
The File Load function deletes the debugging information of the previously loaded
program. When other load modules are loaded after the program to be debugged has been
loaded, use the following sequence: When the program to be debugged is linked, save the
debugging information in another file. Load the debugging information file after all the
load modules have been loaded.
7. 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.
8. 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
 Overwrite file
In Command Line Interface, a file having the same name as the output file is overwritten
without asking the user.
223