代码搜索结果

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

memcfg.s

;**********存储器控制参数******************************* ;Bank 0 parameter B0_Tacs EQU 0x0 ;0clk B0_Tcos EQU 0x0 ;0clk B0_Tacc EQU 0x6 ;10clk B0_Tcoh EQU 0x0 ;0clk B0_Tah EQU 0x0 ;0clk B0_Tacp

tmt.s

;/*************************************************************************/ ;/* */ ;/* Copyright (c) 1993-1996 Accelerat

tct.s

;/*************************************************************************/ ;/* */ ;/* Copyright (c) 1993-1996 Accelerated

crtsi.s

; C STARTUP FOR MC68HC08 ; WITH AUTOMATIC DATA INITIALISATION ; Copyright (c) 1995 by COSMIC Software ; xref _main, __memory, __idesc__, __stack xdef _exit, __stext ; switch .bss __sbss:

init.s

GET memory.a GET snds.a AREA Init, CODE, READONLY ; --- Define entry point EXPORT __main ; defined to ensure that C runtime system __main ; is not linked in ENTRY

init.s

GET memory.a GET snds.a AREA Init, CODE, READONLY ; --- Define entry point EXPORT __main ; defined to ensure that C runtime system __main ; is not linked in ENTRY

blocks.s

#/* $Revision: 1.1.34.1 $: # AREA Block, CODE, READONLY /* name this block of code */ .text .equ num, 20 /* Set number of words to be copied */ # ENTRY

thumbsub.s

# AREA ThumbSub, CODE, READONLY ; name this block of code # ENTRY ; mark first instruction to execute .text .arm /* Subseque

adrlabel.s

# AREA adrlabel, CODE,READONLY # ENTRY ; Mark first instruction .text Start: BL func /* Branch to subroutine */ stop: MOV

word.s

# AREA Word, CODE, READONLY ; name this block of code .text .equ num, 20 /* Set number of words to be copied */ # ENTRY ; mark the first instructi