代码搜索结果
找到约 10,000 项符合
S 的代码
display.s
.module display.c
.area text(rom, con, rel)
.dbfile F:\Relations\sf6_system\measure\LCDtest\display.c
.dbfunc e Dis_Int _Dis_Int fV
; flag -> y+6
; tt -> R20
;
lcd.s
.module lcd.c
.area text(rom, con, rel)
.dbfile F:\Relations\sf6_system\measure\LCDtest\lcd.c
.dbfunc e Clear_Display _Clear_Display fV
; color -> R20
.even
_Clear_Display::
xcal
main.s
.module main.c
.area data(ram, con, rel)
_Time_flag::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile F:\Relations\sf6_system\measure\LCDtest\main.c
.dbsym e Time_flag _T
s.m
%
% routine to get the square of a number
%
% usage: via tree structured GA
%
function out = s(x)
%
%
out=x.^2.0;
option.s
;===========================================
; NAME: OPTION.A
; DESC: Configuration options for .S files
; HISTORY:
; 02.28.2002: ver 0.0
;===========================================
;Start ad
memcfg.s
;************************************************
; NAME : MEMCFG.A
; DESC : Memory bank configuration file
; Revision: 02.28.2002 ver 0.0
;************************************************
s.m
%计算一个数的平方
function out = s(x)
out=x.^2.0;
avrvect.s
;AVRvect.S
;AVR vectors
#include
;*************************************************************************************************************
;OS_EXT INT8U OSIntNes
sysinit.s
INCLUDE option.inc
INCLUDE memcfg.inc
;****************************************************************************
;存储器空间
;GCS6 64M 16bit(8MB) DRAM/SDRAM(0xc000000-0xc7fffff)
;APP RAM=0xc00
boot.s
;******************************************************
AREA Boot, CODE, READONLY
;ENTRY
END