Freescale Semiconductor Microcontrollers Bedienungsanleitung Seite 774

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 892
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 773
Debugger Engine Commands
Debugger Commands
774
Microcontrollers Debugger Manual
Example:
A symbol named testCase is defined in the test application.
/* Loads application test.abs */
LOAD test.abs
/* Display value of testCase. */
DB testCase
/* Redefine symbol testCase. */
DEFINE testCase = $800
/*Display value stored at address $800.*/
DB testCase
/* Redefine symbol testCase. */
UNDEF testCase
/* Display value of testCase. */
DB testCase
NOTE Also refer to examples given for the command UNDEF.
DETAILS
In the Profiler component, the DETAILS command opens a profiler split view in the
Source or Assembly component.
Usage
DETAILS assembly|source
Components
Profiler components.
Example:
in>DETAILS source
Seitenansicht 773
1 2 ... 769 770 771 772 773 774 775 776 777 778 779 ... 891 892

Kommentare zu diesen Handbüchern

Keine Kommentare