单片机开发资料光盘-双龙-686M.zip

源代码在线查看: numled.s

软件大小: 574027 K
上传用户: rllfllef
关键词: 686 zip 单片机 光盘
下载地址: 免注册下载 普通下载 VIP

相关代码

					.module numled.c
					.area lit(rom, con, rel)
				_seg_table::
					.byte 192,249
					.byte 164,176
					.byte 153,146
					.byte 130,248
					.byte 128,144
					.byte 136,131
					.byte 198,161
					.byte 134,142
					.dbfile E:\icc\iccavr\mega8\mega8\numled\numled.c
					.dbsym e seg_table _seg_table A[16:16]kc
					.area data(ram, con, rel)
					.dbfile E:\icc\iccavr\mega8\mega8\numled\numled.c
				_led_buff::
					.blkb 2
					.area idata
					.byte 0,0
					.area data(ram, con, rel)
					.dbfile E:\icc\iccavr\mega8\mega8\numled\numled.c
					.blkb 2
					.area idata
					.byte 0,0
					.area data(ram, con, rel)
					.dbfile E:\icc\iccavr\mega8\mega8\numled\numled.c
					.dbsym e led_buff _led_buff A[4:4]c
					.area text(rom, con, rel)
					.dbfile E:\icc\iccavr\mega8\mega8\numled\numled.c
					.dbfunc e delay_us _delay_us fV
				;           time -> R16,R17
					.even
				_delay_us::
					.dbline -1
					.dbline 16
				; /*******************************************/
				; /*            广州天河双龙电子公司         */
				; /*            http://www.sl.com.cn         */
				; /*              数码LED驱动程序            */
				; /*            作者:ntzwq@wx88.net			

相关资源