Freescale Semiconductor Microcontrollers User Manual Page 802

  • Download
  • Add to my manuals
  • Print
  • Page
    / 892
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 801
1 2 ... 797 798 799 800 801 802 803 804 805 806 807 ... 891 892

Comments to this Manuals

No comments