代码搜索结果
找到约 24,054 项符合
S 的代码
sl3010_1.s
.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
; /******************************
pc_8515.s
.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
; /***********
kbc.s
.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
area.s
.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
init.s
; 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
clock.s
.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)
crtavr.s
.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
clock.s
.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)
icc.s
.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
ad_led.s
.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