1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-02 10:41:35 +00:00
PLASMA/src/toolsrc/tx2forth.pla
2024-02-03 18:15:44 -08:00

6 lines
136 B
Plaintext

include "inc/cmdsys.plh"
sysflags restxt1|restxt2|resxtxt1|resxtxt2 // Reserve all text pages
return cmdsys:modexec("PLFORTH")
done