chiark / gitweb /
m% does not include loc labels and bars
[trains.git] / detpic / panic.inc
1 ;---------------------------------------------------------------------------
2 ; macro is passed a message code morse_XY and panics displaying this message
3 ; by flashing the perpic LED.  After disabling interrupts and resetting
4 ; the stack this will call panic_kill_hook (which should shut down any
5 ; scary peripherals).
6
7 panic macro message
8         movlw   (message - morse_messages_start)/4
9         goto    panic_routine
10         endm
11
12 ;--------------------
13 ; Area filled in by morse-auto.asm (see morse-auto.asm-gen for details)
14 morse_messages_start    equ     0x4000
15 morse_messages_end      equ     0x4400