; common macros & equs etc. ;********************************************************************** ; boilerplate.inc ; Include this at the top of each file. ; Does the following things: ; includes the PIC18F458 definitions file (register and bit names) ; switches to decimal by default include /usr/share/gputils/header/p18f458.inc radix dec include panic.inc include ../iwjpictest/insn-aliases.inc ;**************************************************************************** ; MACROS ; debug* and ifbit[01] were here but they're cruft, really, ; so I have removed them -iwj ;****************************************************************************