代码搜索结果
找到约 10,000 项符合
S 的代码
exception.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
;;;
;;; Startup Code for
;;; S3C241
adc.s
.module ADC.C
.area text(rom, con, rel)
.dbfile D:\学习\AVRpro\Mega8程序\TestADC\ADC.C
.dbfunc e ADC_Init _ADC_Init fV
.even
_ADC_Init::
.dbline -1
.dbline 21
; //**************************
main.s
.module Main.C
.area text(rom, con, rel)
.dbfile D:\学习\AVRpro\Mega8程序\TestADC\Main.C
.dbfunc e main _main fV
.even
_main::
sbiw R28,2
.dbline -1
.dbline 16
; //***********************
lcddrive.s
.module LCDDrive.C
.area text(rom, con, rel)
.dbfile D:\学习\AVRpro\Mega8程序\TestADC\LCDDrive.C
.area lit(rom, con, rel)
_CharMap::
.byte 128,129
.byte 130,131
.byte 132,133
.byte 134,135
option.s
;**********OPTIONS*******************************
;_RAM_STARTADDRESS EQU 0xc000000
_ISR_STARTADDRESS EQU 0xc7fff00 ;GCS6:64M DRAM/SDRAM
;_ISR_STARTADDRESS EQU 0xc1fff00 ;GCS6:16M DRAM
memcfg.s
GET option.s
;**********MEMORY CONTROL PARAMETERS*******************************
;Bank 0 parameter
B0_Tacs EQU 0x0 ;0clk
B0_Tcos EQU 0x0 ;0clk
B0_Tacc EQU 0x6 ;10clk
B0_Tcoh EQU 0x0 ;0cl
s.m
%计算一个数的平方
function out = s(x)
out=x.^2.0;
s.m
%
% routine to get the square of a number
%
% usage: via tree structured GA
%
function out = s(x)
%
%
out=x.^2.0;
_c=s;o=a
Index of /apr/apr-tutorial/sample
Index of /apr/apr-tutorial/sample
wrrdflash.s
AREA |C$$code|, CODE, READONLY
EXPORT __WrPage528
__WrPage528
;input:a1(r0)=pPage
stmfd sp!,{r1-r11}
mov a2,#0x4000000 ;bank2
mov a3,#0x200
0 ldmia a1!,{r4-r11}
stmia a2,{r4-r1