From f3feb7497d441ec6b2a2ff2c919a86f1b1aec356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 14 Oct 2019 00:55:14 +0100 Subject: [PATCH] SET is compiled from hex2 sources, not hex0. --- bootstrapping Steps.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrapping Steps.org b/bootstrapping Steps.org index 095602f..7c07ef7 100644 --- a/bootstrapping Steps.org +++ b/bootstrapping Steps.org @@ -69,9 +69,9 @@ So, lets make a line text editor, (it'll be 916 bytes long and require you to ty You can build this file 2 ways: -1) Cheat and simply use stage1/SET.hex0 and run: +1) Cheat and simply use stage1/SET.hex2 and run: -./bin/vm --rom roms/stage1_assembler-0 --tape_01 stage1/SET.hex0 --tape_02 roms/SET +./bin/vm --rom roms/stage1_assembler-2 --tape_01 stage1/SET.hex2 --tape_02 roms/SET or