.module sl3010_1.c .area text(rom, con, rel) .dbfile e:/ICC/include/sl3010.c .dbfunc e port_init _port_init fV .even _port_init:: .dbline -1 .dbline 83 ; /******************************
http://www.codebf.com/read/7227/112736
.module pc_8515.c .area text(rom, con, rel) .dbfile D:\ICC-AVR\examples.sl\pc_8515\pc_8515.c .dbfunc s uart0_init _uart0_init fI .even _uart0_init:: .dbline -1 .dbline 20 ; /***********
http://www.codebf.com/read/7227/112836
.module kbc.c .area lit(rom, con, rel) _unshifted:: .byte 13,9 .byte 14,96 .byte 21,'q .byte 22,49 .byte 26,'z .byte 27,'s .byte 28,'a .byte 29,'w .byte 30,50 .byte 33,'c .by
http://www.codebf.com/read/7227/112840
.area func_lit(rom) __func_lit_start:: .area lit(rom) __lit_start:: .area idata(rom) __idata_start:: .area text(rom) __text_start:: .area data(ram) __data_start:: .area bss(ram) __bss
http://www.codebf.com/read/7227/112882
; to be included by the crt*.s files ; ; initialize stacks ; ; set the hardware stack to ram_end, and the software stack some ; bytes below that ldi R28,ram_end out $3
http://www.codebf.com/read/7227/112885
.module clock.c .area vector(rom, abs) .org 12 rjmp _timer1_ovf .org 14 rjmp _timer0_ovf .area data(ram, con, rel) _flag:: .blkb 1 .area idata .byte 0 .area data(ram, con, rel)
http://www.codebf.com/read/7227/112887
.include "area.s" .text __start:: ; entry point sbi 0x14,4 sbi 0x15,4 .include "init.s" ; call user main routine rcall _main _exit:: rjmp _exit ; interrupt vectors. The first
http://www.codebf.com/read/7227/112891
.module clock.c .area vector(rom, abs) .org 16 rjmp _timer1_ovf .org 18 rjmp _timer0_ovf .area data(ram, con, rel) _flag:: .blkb 1 .area idata .byte 0 .area data(ram, con, rel)
http://www.codebf.com/read/7227/112907
.module icc.c .area text(rom, con, rel) .dbfile D:\sl279\test\ICCAVR\icc.c .dbfunc s receive_byte _receive_byte fI ; i -> R20 ; temp -> R22 .even _receive_byte:: r
http://www.codebf.com/read/7227/112961
.module ad_led.c .area lit(rom, con, rel) _tabel:: .byte 63,6 .byte 91,'O .byte 'f,'m .byte 125,7 .byte 127,'o .byte 'w,124 .byte 57,94 .byte 'y,'q .dbfile D:\ICC-AVR\examples.sl
http://www.codebf.com/read/7227/113083
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机