mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-02-10 10:30:58 +00:00
Auto SRC plasma.4th at PLFORTH startup
This commit is contained in:
parent
bb4e0ee773
commit
8999c3286f
Binary file not shown.
@ -1994,12 +1994,13 @@ if cmdsys:sysver < $0201
|
||||
puts("PLASMA >= 2.01 required\n")
|
||||
return
|
||||
fin
|
||||
_estkl = ^(@syscall + 1) // Hack to fill in parameter stack locations
|
||||
_estkh = ^(@syscall + 3)
|
||||
_estkl = ^(@syscall + 1) // Hack to fill in parameter stack locations
|
||||
_estkh = ^(@syscall + 3)
|
||||
fileio:iobufalloc(4) // Allocate a bunch of file buffers
|
||||
startheap = heapmark
|
||||
coldstart
|
||||
inptr = argNext(argFirst)
|
||||
_src_("plasma.4th")
|
||||
inptr = argNext(argFirst)
|
||||
if not except(@exit)
|
||||
if ^inptr; inptr++; _srcstr_; fin
|
||||
interpret
|
||||
|
Loading…
x
Reference in New Issue
Block a user