Freescale Semiconductor Microcontrollers Manual de usuario Pagina 780

  • 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 779
Debugger Engine Commands
Debugger Commands
780
Microcontrollers Debugger Manual
ENDFOR
The ENDFOR keyword is associated with the FOR command.
Usage
ENDFOR
Components
Debugger engine.
Example:
for i = 1..5
define multi5 = 5 * i
endfor
After the ENDFOR instruction, i is equal to 5.
ENDIF
The ENDIF keyword is associated with the IF command.
Usage
ENDIF
Components
Debugger engine.
Example:
if (CUR_CPU == 12)
DW &counter
else
DB &counter
endif
Vista de pagina 779
1 2 ... 775 776 777 778 779 780 781 782 783 784 785 ... 891 892

Comentarios a estos manuales

Sin comentarios