# This is the list of morse panic messages. Each line consists of: # [
,
...] [; ] # This file is converted to morse.asm by the Perl script morse.asm-gen. # See morse.asm-gen for information about the format of the data stored # in flash. Only addresses in the Access Bank are supported. # Suggested output by on the per-pic-led is: # morse (red/black) contents of one address # morse (red/black) contents of next address # ... # morse (red/black) contents of last address # long pause # go back to start # Contents of addresses should preferably be read into a temporary # buffer space somewhere so that each one is read once and that value # remembered. UP ; unimplemented point timer setting # Main message listing. Kept sorted by morse for easy reference. IH INTCON,INTCON3,PIR1,PIR2,PIR3 ; Interrupt source not found (high pri.) IL INTCON,INTCON3,PIR1,PIR2,PIR3 ; Interrupt source not found (low pri.) IP INTCON ; Interrupt of priority supposedly disabled SA SSPCON2 ; Slave didn't I2C ack address SD SSPCON2 ; Slave didn't I2C ack data # Messages starting with T are temporary entries for testing and development TM PIE1,SSPSTAT,SSPCON1,SSPCON2 ; Master got I2C interrupt TS PIE1,SSPSTAT,SSPCON1,SSPCON2 ; Slave got I2C interrupt TF TESTFLASH ; test flash message TG TESTFLASH,WREG4 ; test flash message TI1 ; for iwj TI2 ; for iwj TI3 ; for iwj TI4 ; for iwj TI5 ; for iwj