[En-Nut-Discussion] Does anyone have a copy of crtnut.c? (And thanks)

Harald Kipp harald.kipp at egnite.de
Sat Apr 5 12:34:43 CEST 2003


; make sure to assemble w/ -n flag, e.g.
; iasavr -n crt...

         .include "area.s"
         .text
__start::                       ; entry point
         .include "init.s"

; call user main routine
         call _NutInit
_exit::
         rjmp    _exit

; interrupt vectors. The first entry is the reset vector
;
         .area vector(abs)
         .org 0
         jmp __start




More information about the En-Nut-Discussion mailing list