Skip to content

Commit

Permalink
Fix typo in memoryAvailable docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed Nov 5, 2014
1 parent 1399788 commit c552eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/00/memory.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c552eae

Please sign in to comment.