avr上的RTOS

源代码在线查看: crtnutram.s

软件大小: 1899 K
上传用户: haibokaishi2006
关键词: RTOS avr
下载地址: 免注册下载 普通下载 VIP

相关代码

				; make sure to assemble w/ -n flag, e.g.				; iasavr -n crt...									.include "area.s"					.text				__start::			; entry point					.include "extram.s"					USE_ELPM = 0					.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							

相关资源