lw-build-system/scripts/build.firmware.gpasm/000_TopSource.asm

17 lines
349 B
NASM
Raw Normal View History

2006-12-08 12:09:08 +00:00
; @P@/src/@NAME@/TopSource.asm
;
2010-04-25 16:42:56 +01:00
; (c)2010, @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@