From f835312b3cad2a488a5644dde134b84fcce44d5d Mon Sep 17 00:00:00 2001 From: Jeremiah Orians Date: Fri, 18 Aug 2017 08:32:58 -0400 Subject: [PATCH] Fixing documentation for initial malloc pointer. Tempted to make CONS array be malloc'd to simplify the address space --- stage2/lisp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/lisp.s b/stage2/lisp.s index 4e4e466..c26401a 100644 --- a/stage2/lisp.s +++ b/stage2/lisp.s @@ -475,7 +475,7 @@ RET R15 ;; Our static value for malloc pointer -;; Starting at 64KB +;; Starting at 1MB :malloc_pointer '00100000'