Everything
2.12.1.3 Modify the memory contents

The memory values can be edited.

Directly edit from the keyboard after moving the caret to the line to modify in memory value area/characters area.

The color of the memory value changes when it is in editing. Press the [Enter] key to write the edited value to the target memory (if the [Esc] key is pressed before the [Enter] key is pressed, the editing is cancelled).

However, the character string that can be inputted during the editing is limited to that character string that can be handled by the display notation that has been currently specified. In the character strings area, modification can only be made with "ASCII" character code.

This operation can be taken place while the program is in execution. See "2.12.1.4 Display/modify the memory contents during program execution" for details on how to operate it.

 

When you modify the values, be aware of the following examples.

Example 1.

The value exceeds the upper limit of the display bit wide
If you edit the display value "105" as "1" to "3" in the decimal 8-bit display, the value will be changed to the upper limit of "127".

Example 2.

The symbol, "-" is entered between numbers
If you edit the display value "32768" as "32-68" with signed decimal 16-bit display, "3" and "2" are changed to the blank and the value is changed to "-68".

Example 3.

The blank symbol (space) is entered between numbers
If you edit the display value "32767" as "32 67", "3" and "2" are changed to the blank and the value is changed to "67".

Example 4.

The same value is entered
Even if the same value as the current memory value is specified, the specified value is written to the memory.