heap.s

来自「触摸屏驱动芯片AD7843的DSP驱动程序」· S 代码 · 共 12 行

S
12
字号
;;; Copyright ARM Ltd 2001. All rights reserved.

        AREA    Heap, DATA, NOINIT

        EXPORT bottom_of_heap

; Create dummy variable used to locate bottom of heap

bottom_of_heap    SPACE   1

        END

⌨️ 快捷键说明

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