Chapter 3: Application Development Process 131
TI-83 Plus Developer Guide Third Release May 28, 2002
Debugging the Application
In the following steps we will demonstrate some of the debug capabilities. We will set a
breakpoint at the start of our application and after the Hello string is copied to RAM. We
will then modify the RAM copy of the string to HOWDY.
1. Select Debug, and then Stop.
2. Select View, and then Memory Map.
This view shows us that the Hello application is on page 0x15 of Flash.
1. Select Debug, and then Breakpoints.
2. Update the Edit Breakpoints dialog box so that it looks like the following:
Note: If we look at the hello.lst file we will see that StartApp: is located 0x80 bytes from the start of
the page (at x4080).