Freescale-semiconductor Microcontrollers Manuale Utente Pagina 832

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 831
Debugger Engine Commands
Debugger Commands
832
Microcontrollers Debugger Manual
UNFOLD
In the Source component, the UNFOLD command is used to display the contents of
folded source text blocks, for example, source text that has been collapsed at program
block level. All text is unfolded once or (*) completely, until no more folded parts are
found.
Usage
UNFOLD [*]
Where * means unfolding completely, otherwise unfolding only one level.
Components
Source component.
Example:
in>UNFOLD *
UNTIL
The UNTIL keyword is associated with the REPEAT command.
Usage
UNTIL condition
Where condition is defined as in “C” language definition.
Components
Debugger engine.
Example:
repeat
open assembly
wait 20
define i = i + 1
until i==3
At the end of the loop, i = 3.
Vedere la pagina 831
1 2 ... 827 828 829 830 831 832 833 834 835 836 837 ... 891 892

Commenti su questo manuale

Nessun commento