chiark / gitweb /
New test-sofar test program. Make panic.asm compile. Sort out .inc files and stuff...
[trains.git] / detpic / common.inc
1 ; common macros & equs etc.
2
3 ;**********************************************************************
4 ; boilerplate.inc
5 ;  Include this at the top of each file.
6 ;  Does the following things:
7 ;   includes the PIC18F458 definitions file (register and bit names)
8 ;   switches to decimal by default
9
10         include         /usr/share/gputils/header/p18f458.inc
11         radix           dec 
12         include         panic.inc
13         include         ../iwjpictest/insn-aliases.inc
14
15 ;****************************************************************************
16 ; MACROS
17
18 ; debug* and ifbit[01] were here but they're cruft, really,
19 ;  so I have removed them -iwj
20
21 ;****************************************************************************