Home Page

What I do best

The environment

Recent projects

Related Sites

The T3 page

We get there in the end

FISHER PRODUCTS

Barnet

London

Design and build, Gadgets, Lighting, Displays, PCBs, PICs, Etc.

John Fisher

Writing Microchip PIC software, some hints & tips.

retlw
retlw
retlw
retlw
retlw
OR
dt

‘H’
‘E’
‘L’
‘L’
‘O’

“HELLO”

;write to program
;memory




;neat & concise

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.