|
; @P@/src/@NAME@/TopSource.asm
|
|
;
|
|
; Copyright: ©@YEAR@, @COPYRIGHT@
|
|
; Author: @AUTHOR@ <@EMAIL@>
|
|
; License: GPLv3
|
|
;
|
|
|
|
; include processor definitions
|
|
include p16f877.inc
|
|
|
|
; set up configuration bits
|
|
__CONFIG A & B
|
|
|
|
; options for text editors
|
|
; vim: @VIM_MODELINE@
|