From 24d67b3810889f6727933fc32548900fd499767a Mon Sep 17 00:00:00 2001 From: Jeremiah Orians Date: Sun, 14 May 2017 14:45:10 -0400 Subject: [PATCH] Update documentation to reflect implementation changes in stage0 lisp --- CHANGELOG.org | 1 + bootstrapping Steps.org | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 1374b74..29f9b51 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -27,6 +27,7 @@ Converted stage2 lisp implementation from dynamic scope to Lexical ** Fixed Made Web debugger provide more useful information Fixed regression in web debugger's ability to read input files +Fixed SHA256SUM of stage2 lisp to match new binary result ** Removed diff --git a/bootstrapping Steps.org b/bootstrapping Steps.org index 5d29384..53e9559 100644 --- a/bootstrapping Steps.org +++ b/bootstrapping Steps.org @@ -144,7 +144,7 @@ Then we use our M0 Line macro assembler to convert our assembly into hex2 format Then we need to assemble that hex into our desired program: ./bin/vm --rom roms/stage1_assembler-2 --tape_01 temp2 --tape_02 roms/lisp --memory 48K -roms/lisp should have the sha256sum of 48a615b911e167d72b2ed42e1ef9db19f32555bfce5657904ceeaca46716d48f +roms/lisp should have the sha256sum of 862a1ecfef7c670a1231a0c3ff117bf05e683ea0e5d80fc5f195a3b251d8b598 Our lisp will first attempt to evaluate any code in tape_01 and then evaluate any code that the user types in. It is recommended to run with no less than 4MB of Memory