Freescale-semiconductor Microcontrollers Uživatelský manuál Strana 802

  • 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 801
Debugger Engine Commands
Debugger Commands
802
Microcontrollers Debugger Manual
Example 4:
When executing the following file:
define i = 1
REPEAT
define i = i + 1
ls
UNTIL i == 4
The following log file is generated:
repeat
until condition
!define i = 1
!REPEAT
! define i = i + 1
! ls
i 0x2 (2)
!UNTIL i == 4
! define i = i + 1
! ls
i 0x3 (3)
!UNTIL i == 4
! define i = i + 1
! ls
i 0x4 (4)
!UNTIL i == 4
Zobrazit stránku 801
1 2 ... 797 798 799 800 801 802 803 804 805 806 807 ... 891 892

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

Žádné komentáře