代码搜索结果
找到约 10,000 项符合
S 的代码
runtime.s
.data
.even
.globl _static_variable
_static_variable:
.long 5
.text
.globl _f
_f: link a6,#-88
moveml #0x3cfc,sp@
moveq #1,d7
moveq #2,d6
moveq #3,d5
moveq #4,d4
moveq #5,d3
printf.s
|
| Need to print the three values x, y, and z.
|
movl z,sp@- | Push args on the
movl y,sp@- | stack in reverse
movl x,sp@- | order: format, x,
movl #format,sp@- | y, and z.
jbsr _print
sum.s
|
| Sum three integer arguments and return the
| total.
|
.text
.globl _sum_three_values
_sum_three_values:
movl sp@(4),d0 |Get 1st arg,
addl sp@(8),d0 |add 2nd arg,
addl sp@(12),d0 |
ip.s
.module ip.c
.area text(rom, con, rel)
.dbfile D:\hexok项目\AVRNET项目\AVRNET光盘\icc例子\ip.c
.dbfunc e ip_packhandle _ip_packhandle fc
; handleok -> R20
; ipcksum -> y+0
; sou_
icmp.s
.module icmp.c
.area text(rom, con, rel)
.dbfile D:\hexok项目\AVRNET项目\AVRNET光盘\icc例子\icmp.c
.dbfunc e icmp_packhandle _icmp_packhandle fc
; icmp_p -> R10,R11
; icmp_sn -> R14,R1
arp.s
.module arp.c
.area text(rom, con, rel)
.dbfile D:\hexok项目\AVRNET项目\AVRNET光盘\icc例子\arp.c
.dbfunc e arp_response _arp_response fV
; ip_sou3 -> R14
; ip_sou2 -> R12
; ip_s
udp.s
.module udp.c
.area text(rom, con, rel)
.dbfile D:\hexok项目\AVRNET项目\AVRNET光盘\icc例子\udp.c
.dbfunc e udp_init _udp_init fV
.even
_udp_init::
.dbline -1
.dbline 9
; #include "main.h"
; #i
main.s
.module main.c
.area data(ram, con, rel)
_rtl_isr_status::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile D:\hexok项目\AVRNET项目\AVRNET光盘\icc例子\main.c
.dbsym e rtl_isr_stat
nic.s
.module nic.c
.area text(rom, con, rel)
.dbfile D:\hexok项目\AVRNET项目\AVRNET光盘\AVRuIP\nic.c
.dbfunc e nic_init _nic_init fV
.even
_nic_init::
.dbline -1
.dbline 25
; /********************
app.s
.module app.c
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\yehaoran\桌面\AVRuIP\app.c
.dbfunc e example1_init _example1_init fV
.even
_example1_init::
.dbline -1
.dbline 9
; /***********