2006-12-08 12:09:08 +00:00
|
|
|
; @P@/src/@NAME@/TopSource.asm
|
|
|
|
;
|
2009-01-03 22:55:04 +00:00
|
|
|
; (c)2009, @AUTHOR@, <@EMAIL@>.
|
2007-10-14 11:31:40 +01:00
|
|
|
; Released under the GNU GPLv3. See file COPYING or
|
2006-12-08 12:09:08 +00:00
|
|
|
; http://www.gnu.org/copyleft/gpl.html for details.
|
|
|
|
;
|
|
|
|
|
|
|
|
; include processor definitions
|
|
|
|
include p16f877.inc
|
|
|
|
|
|
|
|
; set up configuration bits
|
|
|
|
__CONFIG A & B
|
|
|
|
|
|
|
|
; options for text editors
|
|
|
|
; kate: @KATE_MODELINE@
|
|
|
|
; vim: @VIM_MODELINE@
|