代码搜索结果
找到约 10,000 项符合
Memory 的代码
xmalloc.c
/* xmalloc.c -- malloc with out of memory checking
Copyright (C) 1990, 1991 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under t
lab4-asm.cmd
MEMORY
{
VECS : o=0h ,l=800h
IRAM : o=800h,l=0f800h
}
SECTIONS
{
.text :>IRAM
.data :>IRAM
.bss :>IRAM
}
startup.s
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this samp
startup.a51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-1999 Keil Elektronik GmbH and Keil Software, In
startup.asm
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-1999 Keil Elektronik GmbH and Keil Software, In
nostart.a51
;------------------------------------------------------------------------------
; This file is part of the C-51 Compiler package
; Copyright (c) KEIL ELEKTRONIK and Franklin Software GmbH 1989-199
startup.a51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright 1995-1996 Keil Software, Inc.
;------------------------
bitops.h
/*These are the standard ANSI bit operation macros. They are used by */
/*microcontrollers that don't have special bit operation instructions.*/
#define BIT(x) (1
bitops.h
/*These are the standard ANSI bit operation macros. They are used by */
/*microcontrollers that don't have special bit operation instructions.*/
#define BIT(x) (1
startup.a51
; $Id: //depot/software/SDK1/UV2/C51/lib/Triscend/STARTUP.A51#2 $
;------------------------------------------------------------------------------
; This file is originally part of the C51 Compiler