avr: added some unit tests for LIST and TREE.
This commit is contained in:
@@ -72,6 +72,19 @@ Heap_Init:
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; @routine Heap_Alloc
|
||||
;
|
||||
; @param r25:r24 number of bytes to alloc
|
||||
; @return CFLAG set of okay, cleared otherwise
|
||||
; @return X start of allocated memory
|
||||
|
||||
Heap_Alloc:
|
||||
rjmp heapAllocFirstFit
|
||||
; @end
|
||||
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; @routine heapAllocFirstFit
|
||||
|
||||
Reference in New Issue
Block a user