stackheap.s
来自「ADS1.2 samples」· S 代码 · 共 20 行
S
20 行
;;; Copyright ARM Ltd 2002. All rights reserved.
AREA stacks, DATA, NOINIT
EXPORT top_of_stacks
; Create dummy variable used to locate stacks in memory
top_of_stacks SPACE 1
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 + -
显示快捷键?