From: ian Date: Mon, 2 May 2005 11:00:32 +0000 (+0000) Subject: remove autogenerated file committed by mistake X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=c2e81420a3f830747050731c7d664ca3887409cb;p=trains.git remove autogenerated file committed by mistake --- diff --git a/cebpic/morse-auto.asm b/cebpic/morse-auto.asm deleted file mode 100644 index 2183e72..0000000 --- a/cebpic/morse-auto.asm +++ /dev/null @@ -1,19 +0,0 @@ -; autogenerated - do not edit - - include morse-defs.inc - radix dec - - org morse_messages_start -morse_IH db 0x52,10100010b,10101000b,INTCON - (0xf00 * !((INTCON & 0xf00)^0xf00)),INTCON3 - (0xf00 * !((INTCON3 & 0xf00)^0xf00)),PIR1 - (0xf00 * !((PIR1 & 0xf00)^0xf00)),PIR2 - (0xf00 * !((PIR2 & 0xf00)^0xf00)),PIR3 - (0xf00 * !((PIR3 & 0xf00)^0xf00)) -morse_IL db 0x52,10100010b,11101010b,INTCON - (0xf00 * !((INTCON & 0xf00)^0xf00)),INTCON3 - (0xf00 * !((INTCON3 & 0xf00)^0xf00)),PIR1 - (0xf00 * !((PIR1 & 0xf00)^0xf00)),PIR2 - (0xf00 * !((PIR2 & 0xf00)^0xf00)),PIR3 - (0xf00 * !((PIR3 & 0xf00)^0xf00)) -morse_IP db 0x13,10100010b,11101110b,10000000b,INTCON - (0xf00 * !((INTCON & 0xf00)^0xf00)),0,0,0 -morse_SA db 0x12,10101000b,10111000b,SSPCON2 - (0xf00 * !((SSPCON2 & 0xf00)^0xf00)) -morse_SD db 0x12,10101000b,11101010b,SSPCON2 - (0xf00 * !((SSPCON2 & 0xf00)^0xf00)) -morse_TM db 0x42,11100011b,10111000b,PIE1 - (0xf00 * !((PIE1 & 0xf00)^0xf00)),SSPSTAT - (0xf00 * !((SSPSTAT & 0xf00)^0xf00)),SSPCON1 - (0xf00 * !((SSPCON1 & 0xf00)^0xf00)),SSPCON2 - (0xf00 * !((SSPCON2 & 0xf00)^0xf00)),0 -morse_TS db 0x42,11100010b,10100000b,PIE1 - (0xf00 * !((PIE1 & 0xf00)^0xf00)),SSPSTAT - (0xf00 * !((SSPSTAT & 0xf00)^0xf00)),SSPCON1 - (0xf00 * !((SSPCON1 & 0xf00)^0xf00)),SSPCON2 - (0xf00 * !((SSPCON2 & 0xf00)^0xf00)),0 - - if $ > morse_messages_end - error "too much morse - extends beyond morse_messages_end" - endif - - end