Trampas' Page

Name: Mr. Trampas Kirk 
Web Site: None

UltraEdit (8.10a) wordfile.txt exerpt for PIC Assembler:

Note:  Change the "L8" in the first line to "L#" where # is the first free Language number in the wordfile.txt.

Put the following lines in UltraEdit's wordfile.txt and you should be set.

/L8"MPLAB" Line Comment = ; File Extensions = ASM
/Delimiters =   ,-'
/C1"Byte-Oriented FR Ops"
addwf andwf
clrf clrw comf
decf decfsz
equ
goto
incf incsz iorwf
movf movlw movwf
nop
org
rlf rrf
subwf swapf
xorwf

/C2"Bit-Oriented FR Ops"
b bcf bsf btfsc btfss

/C3"Literal and Control Os"
addlw andlw
call clrwdt cblock
endc
iorlw
movlw
retfie retlw return
sleep sublw

/C4"MPLab controls"
__config
errorlevel end
processor
subtitle
title

Even more tasty:

Additionally, a friend of mine has found/implemented a one button assemble (F5, using MPLAB 6.10's command line assembler) with output capture that will allow you to double click the error line on assemble and goto the line in ultraedit's editor.  Also, one button burn (F10, using utilities he found & PICSTART Plus) and command line capture as well.  However, this is his work and I can't submit it here!