2006-12-08 12:09:08 +00:00
|
|
|
; @P@/src/@NAME@/TopSource.asm
|
|
|
|
;
|
2010-11-25 15:32:52 +00:00
|
|
|
; Copyright: ©@YEAR@, @COPYRIGHT@
|
|
|
|
; Author: @AUTHOR@ <@EMAIL@>
|
|
|
|
; License: GPLv3
|
2006-12-08 12:09:08 +00:00
|
|
|
;
|
|
|
|
|
|
|
|
; include processor definitions
|
|
|
|
include p16f877.inc
|
|
|
|
|
|
|
|
; set up configuration bits
|
|
|
|
__CONFIG A & B
|
|
|
|
|
|
|
|
; options for text editors
|
|
|
|
; vim: @VIM_MODELINE@
|