Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / gbz80 / heap.s
1         ;; Stubs that hook the heap in
2         .globl  __sdcc_heap_init
3
4         .area   _GSINIT
5         call    __sdcc_heap_init
6
7         .area   _HEAP
8 __sdcc_heap_start::
9         ;; For now just allocate 1k of heap.
10         .ds     1023
11
12         .area   _HEAP_END
13 __sdcc_heap_end::
14         .ds     1