Freescale Semiconductor Microcontrollers Uživatelský manuál Strana 790

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 892
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 789
Debugger Engine Commands
Debugger Commands
790
Microcontrollers Debugger Manual
Components
Debugger engine.
Example:
in>GO 0x8000
Program execution is started at address 0x8000. RUNNING is displayed in the
status bar. The application runs until a breakpoint is reached or you stop execution.
GOTO
The GOTO command diverts execution of the command file to the command line that
follows the Label. The Label must be defined in the current command file. The GOTO
command fails, if the Label is not found. A label can only be followed on the same line by
a comment.
Usage
GOTO Label
Components
Debugger engine.
Example:
GOTO MyLabel
...
...
MyLabel: // comments
When the instruction GOTO MyLabel is reached, the program pointer jumps to
MyLabel and follows program execution from this position.
Zobrazit stránku 789
1 2 ... 785 786 787 788 789 790 791 792 793 794 795 ... 891 892

Komentáře k této Příručce

Žádné komentáře