PIC18 cheatsheet

RESET

Detailed reference for the RESET instruction in PIC18 ISA.

Description

Reset the PIC18 device to its initial state via software.

  • This instruction has no operands.
  • Execution of RESET causes the microcontroller to perform a full reset, identical to a power‑on reset.

Examples

; Reset the device
RESET ; triggers a software reset