chiark / gitweb /
new directory for shiny new code
[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 ;   defines various useful macros
10
11         include         /usr/share/gputils/header/p18f458.inc
12         radix           dec 
13