Freescale Semiconductor Microcontrollers Manuale Utente Pagina 802

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 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
Vedere la pagina 801
1 2 ... 797 798 799 800 801 802 803 804 805 806 807 ... 891 892

Commenti su questo manuale

Nessun commento