含有完整TCP/IP PPP协议的嵌入式操作系统

源代码在线查看: crtnutram.s

软件大小: 1933 K
上传用户: newyearday
关键词: TCP PPP IP 协议
下载地址: 免注册下载 普通下载 VIP

相关代码

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

相关资源