heap.s.svn-base

来自「Spearhead2000 的 USB驱动程序」· SVN-BASE 代码 · 共 49 行

SVN-BASE
49
字号
;;; Copyright ARM Ltd 2001. All rights reserved.;-------------------------------------------------------------------------------;-------------------------------------------------------------------------------;- This confidential and proprietary software may be used only as authorized  --;- by a licensing agreement from STMicroelectronics.                          --;- In the event of publication, the following notice is applicable:           --;-                                                                            --;-                   (C) COPYRIGHT 2003 STMicroelectronics                    --;-                Innovative Systems Design Group - Central R&D               --;-                            ALL RIGHTS RESERVED                             --;-                                                                            --;- The entire notice above must be reproduced on all authorized copies.       --;-                                                                            --;- -- File:                  heap.s                                           --;- -- Author:                Francesco Lertora  <francesco.lertora@st.com>    --;- -- Description:           Define 'bottom_of_heap'                          --;-								              --;- -- Modification History: - 1.1 (07/05/2003)                                --;-------------------------------------------------------------------------------;-------------------------------------------------------------------------------; $Id: heap.s,v 1.1 2005/05/26 15:51:47 sp_head Exp $; $Log: heap.s,v $; Revision 1.1  2005/05/26 15:51:47  sp_head; user NI;; Revision 1.1.1.2  2004/12/03 15:34:24  spear; First import from CRD;; Revision 1.1.1.1  2004/12/02 11:07:22  spear; First import from CRD;; ;  Revision: 1.1 Wed May  7 21:19:09 2003 lert;  First Check-In        AREA    Heap, DATA, NOINIT        EXPORT  bottom_of_heap; Create dummy variable used to locate bottom of heapbottom_of_heap    SPACE   1        END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?