heap.s
来自「print hello world on the serial port at 」· S 代码 · 共 14 行
S
14 行
;********************************************************************************************************
; Start of File
;********************************************************************************************************
AREA Heap, DATA, NOINIT
EXPORT bottom_of_heap
bottom_of_heap SPACE 1
END
;/*********************************************************************************************************
;** End Of File
;********************************************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?