Freescale-semiconductor Microcontrollers Manual de usuario Pagina 778

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 892
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 777
Debugger Engine Commands
Debugger Commands
778
Microcontrollers Debugger Manual
Example:
in>define a=0x12
in>define b=0x10
in>e a+b
in>=34
The addition operation of the two previously defined variables a and b is evaluated
and the result is displayed in the Command Line window. The output can be
redirected to a file by using the LF command (refer to LF
and LOG command
descriptions).
ELSE
The ELSE keyword is associated with the LF command.
Usage
ELSE
Components
Debugger engine.
Example:
if CUR_TARGET == 1000 /* Condition */
set sim
else set bdi /* Other Condition */
ELSEIF
The ELSEIF keyword is associated with the IF command.
Usage
ELSEIF condition
where condition is same as defined in C language.
Components
Debugger engine.
Vista de pagina 777
1 2 ... 773 774 775 776 777 778 779 780 781 782 783 ... 891 892

Comentarios a estos manuales

Sin comentarios