
|
We get there in the end |
|
FISHER PRODUCTS |
|
Writing Microchip PIC software, some hints & tips. |


|
retlw |
|
‘H’ |
|
;write to program |
|
More tips in time |
|
Rather that set you’re program options every time, use the assembly command ‘config’ something like: |
|
__config |
|
b’00001001 |
|
;XT on, WD off, CP off |
|
Note two underscore characters precede the word config, the last 4 bits represent all conditions, check out the data sheet. |