numled.s

来自「单片机开发资料光盘-双龙-686M.zip」· S 代码 · 共 40 行

S
40
字号
	.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\SIM_24C02\numled.c
	.dbsym e seg_table _seg_table A[16:16]kc
	.area data(ram, con, rel)
	.dbfile E:\icc\iccavr\mega8\mega8\SIM_24C02\numled.c
_led_buff::
	.blkb 2
	.area idata
	.byte 0,0
	.area data(ram, con, rel)
	.dbfile E:\icc\iccavr\mega8\mega8\SIM_24C02\numled.c
	.blkb 2
	.area idata
	.byte 0,0
	.area data(ram, con, rel)
	.dbfile E:\icc\iccavr\mega8\mega8\SIM_24C02\numled.c
	.dbsym e led_buff _led_buff A[4:4]c
	.area text(rom, con, rel)
	.dbfile E:\icc\iccavr\mega8\mega8\SIM_24C02\numled.c
	.dbfunc e delay_us _delay_us fV
;           time -> R16,R17
	.even
_delay_us::
	.dbline -1
	.dbline 15
; /*******************************************/
; /*            广州天河双龙电子公司         */
; /*            http://www.sl.com.cn         */
; /*              数码LED驱动程序            */ 
; /*                作者:詹卫前

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?