From db753a0cf0655bc3bd529c1e5f49dd23975a2841 Mon Sep 17 00:00:00 2001 From: Jeremiah Orians Date: Sat, 19 Nov 2016 14:12:42 -0500 Subject: [PATCH] Fixed minor typo --- stage2/forth.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/forth.s b/stage2/forth.s index f519df7..3b8b6fc 100644 --- a/stage2/forth.s +++ b/stage2/forth.s @@ -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)