17.3 Predefined Assembly Macros
Some macros used to insert assembly code in C are defined once you include
<xc.h>
. The macros are: Nop()
,
ClrWdt()
, Sleep()
and Idle()
. The
latter two insert the PWRSAV
instruction with an argument of
#0
and #1
, respectively.