Advertisement
Guest User

hhh

a guest
Oct 23rd, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ; '__CONFIG' directive is used to embed configuration data within .asm file.
  2. ; The labels following the directive are located in the respective .inc file.
  3. ; See respective data sheet for additional information on configuration word.
  4.  
  5. __CONFIG _CONFIG1, _LVP_OFF & _FCMEN_ON & _IESO_OFF & _BOR_OFF & _CPD_OFF & _CP_OFF & _MCLRE_ON & _PWRTE_ON & _WDT_OFF & _INTRC_OSC_NOCLKOUT
  6. __CONFIG _CONFIG2, _WRT_OFF & _BOR21V
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement