Renesas HS2378KCM01H Network Card User Manual


 
141
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: Link the program to be debugged with the Sdebug
option and 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.
File specification by commands
The current directory may be altered by file specifications in commands. Absolute paths
should be used to specify the files in a command file so that the current directory alteration
is not affected.