commit caa6b018fa183336d49756c68ac7b833b1be0da9 parent e79004a07563060d66bc771b6285b7fe7e6b02bf Author: neauoire <aliceffekt@gmail.com> Date: Tue, 21 Sep 2021 10:04:52 -0700 Experimenting with rom launching mode Diffstat:
M | projects/software/launcher.tal | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/projects/software/launcher.tal b/projects/software/launcher.tal @@ -102,9 +102,8 @@ RTN @launch ( path* -- ) .File/name DEO2 - #ffff .File/length DEO2 - #0000 .File/load DEO2 - #0100 JMP2 + #ff00 .File/length DEO2 + #0100 .File/load DEO2 RTN