From fb23533944be27f3d2a3655f574f710085e637cc Mon Sep 17 00:00:00 2001 From: ceb Date: Tue, 11 Oct 2005 22:52:51 +0000 Subject: [PATCH] new directory for shiny new code --- detpic/common.inc | 13 +++++++++++++ detpic/variables.asm | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 detpic/common.inc create mode 100644 detpic/variables.asm diff --git a/detpic/common.inc b/detpic/common.inc new file mode 100644 index 0000000..b2890d9 --- /dev/null +++ b/detpic/common.inc @@ -0,0 +1,13 @@ +; 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 +; defines various useful macros + + include /usr/share/gputils/header/p18f458.inc + radix dec + diff --git a/detpic/variables.asm b/detpic/variables.asm new file mode 100644 index 0000000..d7debc5 --- /dev/null +++ b/detpic/variables.asm @@ -0,0 +1,7 @@ +; reservations for variables + +; boilerplate: + + include /usr/share/gputils/header/p18f458.inc + radix dec + -- 2.30.2