代码搜索结果

找到约 10,000 项符合 S 的代码

irq.s

;/****************************************Copyright (c)************************************************** ;** 广州周立功单片机发展有限公司 ;** 研

startup.s

;/****************************************Copyright (c)************************************************** ;** 广州周立功单片机发展有限公司 ;** 研

clock.s

.module clock.c .area vector(rom, abs) .org 12 rjmp _timer1 .area code(ram, con, rel) .area lit(rom, con, rel) _tabel:: .byte 63,6 .byte 91,'O .byte 'f,'m .byte 125,7 .byte 127,'

keyboard.s

.module keyboard.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.

led.s

.module led.c .area text(rom, con, rel) .dbfile D:\ICC-AVR\examples.sl\LED\led.c .dbfunc s Delay _Delay fI ; a -> R16 ; b -> R18 .even _Delay:: .dbline 6{ ; #i

dtmf.s

.module DTMF.c .area vector(rom, abs) .org 12 rjmp _ISR_T1_Overflow .area lit(rom, con, rel) _auc_SinParam:: .byte 64,'C .byte 'F,'I .byte 'L,'O .byte 'R,'U .byte 'X,91 .byte 94,

sound.s

.module sound.c .area vector(rom, abs) .org 14 rjmp _timer0 .org 8 rjmp _timer1 .area lit(rom, con, rel) _music_data:: .word 440 .word 600 .word 494 .word 200 .word 523 .word

uart.s

.module uart.c .area text(rom, con, rel) .dbfile D:\ICC-AVR\examples.sl\uart\uart.c .dbfunc s main _main fI ; temp -> R20 .even _main:: .dbline 15{ ; /*************************

cymometer.s

.module cymometer.c .area vector(rom, abs) .org 14 rjmp _timer0 .org 6 rjmp _timer1 .area code(ram, con, rel) .area lit(rom, con, rel) _tabel:: .byte 63,6 .byte 91,'O .byte 'f,'m