Monitoring and Manipulating
F²MC-16FX Family, Emulating and Debugging with Softune and MB2198-01, Doc. No. 002-04828 Rev. *B
14
4.3
Monitoring and Manipulating Assembly Variables
To display assembly variables choose in the debugging mode:
View -> Watch -> Watch1
. A new window
Watch
will occur. Click in this window on the
right mouse button and select Set… A pop-up window
Setup watch
will
appear.
Under
Variable name
option one can enter the variable name of the assembly program. The Mode must be
Assembler
in this case. The Watch window will then contain the variable name and value. If we select other than
this then watch window will show variables memory location and not the data contained at that location.
Note: You can change the radix of the value by right-clicking on the variable entry and choose via Radix: Binary,
Octal, Decimal, or Hexadecimal.
To manipulate the value just double-click on the entry and enter in the pop-up window
Edit variable
a new value.
The radix can be chosen via “D’”, “H’”, “B’”, or “O’”.
Variable set with Mode
option - Assembler
Variable set with Mode
option
– C
language/Automatic