From c552eaea91a63471af25dc479a5bc072804e28fd Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 4 Nov 2014 17:38:29 -0700 Subject: [PATCH] Fix typo in memoryAvailable docs --- src/00/memory.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/00/memory.asm b/src/00/memory.asm index 5dae0c1..5880627 100644 --- a/src/00/memory.asm +++ b/src/00/memory.asm @@ -219,7 +219,7 @@ _: pop af ;; memoryAvailable [System] ;; Finds the amount of memory available for use. ;; Outputs: -;; BC: Total memory availble +;; BC: Total memory available ;; DE: Largest allocatable sum memoryAvailable: #define total_mem kernelGarbage