WREG2 equ 0x000
WREG3 equ 0x001
WREG4 equ 0x002
+TESTFLASH equ 04h ; test LED flash pattern
+
;==============================
; Program (flash) memory regions
; 10 10 10 00 | 1110 1110 | 1110 00 10 | 10 10
include common.inc
+ include morse-auto.inc
include ../iwjpictest/insn-aliases.inc
extern led_green
movlw 4
mulwf PANIC_ADDRESS
movff PRODL,TBLPTRL
- movff PRODU,WREG
+ movff PRODH,WREG
add_lw (morse_messages_start)/256
movwf TBLPTRH
clr_f TBLPTRU