SET is compiled from hex2 sources, not hex0.

This commit is contained in:
Andrius Štikonas 2019-10-14 00:55:14 +01:00
parent ddc15ee27c
commit f3feb7497d
1 changed files with 2 additions and 2 deletions

View File

@ -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