Fixed minor typo

This commit is contained in:
Jeremiah Orians 2016-11-19 14:12:42 -05:00
parent 614748a00b
commit db753a0cf0
No known key found for this signature in database
GPG Key ID: 7457821534D2ACCD
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
;; Memory Space
;; 0 -> 512KB code -> Heap space [Heap pointer with malloc function]
;; 512KB -> 576KB Stack space 1 (Return Stack) [Pointed at by R15]
;; 576MB -> 640KB Stack space 2 (Value Stack) [Pointed at by R14]
;; 576KB -> 640KB Stack space 2 (Value Stack) [Pointed at by R14]
;; 640KB+ String Space
;;
;; DICTIONARY ENTRY (HEADER)