23
CHAPTER 1 BASIC FUNCTIONS
1.14 Memory Operation Functions
This section describes the memory operation functions.
■ Functions for Memory Operations
- Display/Modify memory data
Memory data can be display in the Memory window and modified.
- Fill
The specified memory area can be filled with the specified data.
- Copy
The data in the specified memory area can be copied to another area.
- Compare
The data in the specified source area can be compared with data in the destination area.
- Search
Data in the specified memory area can be searched.
For further details of the above functions, refer to "3.11 Memory Window" in "SOFTUNE Workbench
Operation Manual".
- Display/Modify C variables
The names of variables in a C source file can be displayed in the Watch window and modified.
- Setting Watch point
By setting a watch point at a specific address, its data can be displayed in the Watch window.
For further details of the above functions, refer to "3.13 Watch Window" in "SOFTUNE Workbench
Operation Manual".