chiark / gitweb /
clock speed varies
[trains.git] / detpic / common.inc
1 ; common macros & equs etc.
2
3 ;**********************************************************************
4 ; common.inc
5 ; Generally include this at the top of each file.
6
7         include         /usr/share/gputils/header/p18f458.inc
8         radix           dec 
9         include         panic.inc
10         include         morse+auto.inc
11         include         ../iwjpictest/insn-aliases.inc
12 clock equ -1
13         include         ../iwjpictest/clockvaries.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 ;****************************************************************************