Chapter 4: Development Tools 145
TI-83 Plus Developer Guide Third Release May 28, 2002
Flash View Window
Displays the entire contents of Flash memory. This is the Edit/View screen. The ASCII
representation of data is in a column on the right. The Start Address edit box is used to
view addresses by entering the desired page/address and pressing enter. Right clicking
in the window allows you to toggle between physical addressing and logical addressing
modes.
Flash Monitor Window
The Flash monitor notifies you if a location in Flash ROM has been read from, written to, or
both. The Start Address edit box is used to view addresses by entering the desired
page/address and pressing enter. Right clicking in the window allows you to toggle between
physical addressing and logical addressing modes, and to clear the monitor. If a location has
not been accessed, it will contain 00. When the location has been read from, it will contain 11.
If the location has been written to, it will contain 99. If the location has been both read from,
and written to since the monitor was cleared, then it will contain FF. Selecting View, then Clear
Flash Monitor resets all locations to 00.