heap.s

来自「Small Device C Compiler 面向Inter8051」· S 代码 · 共 15 行

S
15
字号
        ;; Stubs that hook the heap in        .globl  __sdcc_heap_init                .area   _GSINIT        call    __sdcc_heap_init                .area   _HEAP__sdcc_heap_start::        ;; For now just allocate 1k of heap.        .ds     1023                .area   _HEAP_END__sdcc_heap_end::        .ds     1

⌨️ 快捷键说明

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