Browse code

Experimenting with rom launching mode

neauoire authored on 21/09/2021 17:04:52
Showing 1 changed files
... ...
@@ -102,9 +102,8 @@ RTN
102 102
 @launch ( path* -- )
103 103
 
104 104
 	.File/name DEO2
105
-	#ffff .File/length DEO2
106
-	#0000 .File/load DEO2
107
-	#0100 JMP2
105
+	#ff00 .File/length DEO2
106
+	#0100 .File/load DEO2
108 107
 
109 108
 RTN
110 109