1 # This is the list of morse panic messages. Each line consists of:
2 # <morse> [<address>,<address>...] [; <description>]
3 # This file is converted to morse.asm by the Perl script morse.asm-gen.
4 # See morse.asm-gen for information about the format of the data stored
5 # in flash. Only addresses in the Access Bank are supported.
7 # Suggested output by on the per-pic-led is:
8 # morse (red/black) contents of one address
9 # morse (red/black) contents of next address
11 # morse (red/black) contents of last address
14 # Contents of addresses should preferably be read into a temporary
15 # buffer space somewhere so that each one is read once and that value
18 # Main message listing. Kept sorted by morse for easy reference.
19 IH INTCON,INTCON3,PIR1,PIR2,PIR3 ; Interrupt source not found (high pri.)
20 IL INTCON,INTCON3,PIR1,PIR2,PIR3 ; Interrupt source not found (low pri.)
21 IP INTCON ; Interrupt of priority supposedly disabled
23 # Messages starting with T are temporary entries for testing and development
24 TM PIE1,SSPSTAT,SSPCON1,SSPCON2 ; Master got I2C interrupt
25 TS PIE1,SSPSTAT,SSPCON1,SSPCON2 ; Slave got I2C interrupt
31 X test-sofar:ch ; bad character received from host
33 ZM i2clib:st,:sspstat,:sspcon1,:sspcon2 ; for testing
34 ZS i2clib:st,:sspstat,:sspcon1,:st_orig ; for testing
36 # Messages for i2clib, S*
37 SM i2clib:st,:sspstat,:sspcon1,:sspcon2 ; m.,i., ctrlr bad state
38 SS i2clib:st,SSPSTAT,SSPCON1,:st_orig ; s.,i., controller bad state
39 SK i2clib:slave ; m. couldn't address slave (no ack)
40 SN i2clib:slave ; improper slave number
41 SW i2clib:st ; improper i2cm_write_start
42 SF i2clib:st ; improper i2cmu_write_next_byte Z
43 SR i2clib:st ; improper i2cm_read_start
44 SA i2clib:st ; improper i2cm_read_another
45 SD i2clib:st ; impr. i2cm_read_done/i2cs_read_data
47 # Messages for slave detection/i2c
48 DW ; slave write (nyi)
49 DQ FSR2L,:outmsg_end ; previous slave read incomplete
50 DR FSR2L,:outmsg_end ; slave read overrun
52 # Messages for specific peripherals
53 PS FSR0L ; POLARITY message too short
54 PL FSR0L ; POLARITY message too long