代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/369409/9649777
c main.c
#include /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */
extern char __SEG_START_SSTACK[];
extern char __SEG_SIZE_SSTACK[];
extern char _
www.eeworm.com/read/368533/9690374
opt cgi.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/170905/9780291
inc part.inc
.EQU MEMMAP, 0xE01FC040
.EQU VICIntEnClr, 0xFFFFF030
# 7 work mode
.EQU UND_Stack_Size, 0x00000004 @ stack
.EQU SVC_Stack_Size, 0x00000004
.EQU ABT_Stack_Size,
www.eeworm.com/read/335072/12551125
c 02050811.c
#include
#include
#define MAXLEN 20
/* 用数组实现堆栈 */
int opnd_top=-1,optr_top=-1;
double opnd_stack[20]; /*数据栈 */
char optr_stack[20]; /*运算符栈*/
/*运算符数*/
char optr[7]={'+
www.eeworm.com/read/113219/15458472
asm ms-dos.asm
STACK_SEG SEGMENT STACK
STACK_BUF DW 120 DUP(?)
TOP EQU $-STACK_BUF
STACK_SEG ENDS
DATA_SEG SEGMENT PARA
MESS DB 'HELLO' ,0DH,0AH,'$'
www.eeworm.com/read/360377/10100300
h debug_pub.h
#ifdef __cplusplus
extern "C"{
#endif
#ifndef __INC_DEBUG_PUB_H__
#define __INC_DEBUG_PUB_H__
#define SYS_ERRNO (0x2
www.eeworm.com/read/462387/7201964
a option.a
;******************* OPTIONS ********************
GBLL INTERNAL_SRAM
INTERNAL_SRAM SETL {TRUE}
[ INTERNAL_SRAM
_RAM_STARTADDRESS EQU 0x1ff0000 ;Internal 8KB SRAM
_ISR_STARTADDRES
www.eeworm.com/read/462383/7202039
a option.a
;******************* OPTIONS ********************
GBLL INTERNAL_SRAM
INTERNAL_SRAM SETL {FALSE}
[ INTERNAL_SRAM
_RAM_STARTADDRESS EQU 0x1ff0000 ;Internal 8KB SRAM
_ISR_STARTADDRESS E
www.eeworm.com/read/187346/8831855
asm star.asm
.ref platformsetup
.global _entry
.global _main
.global cinit
.global __STACK_SIZE
.global __stack
.sect ".vecs"
_entry:
;b reset
www.eeworm.com/read/285478/8836684
c tmi.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor