17 lines
349 B
NASM
17 lines
349 B
NASM
; @P@/src/@NAME@/TopSource.asm
|
|
;
|
|
; (c)2007, @AUTHOR@, <@EMAIL@>.
|
|
; Released under the GNU GPLv2. See file COPYING or
|
|
; 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@
|