mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-05 03:37:43 +00:00
Print banner *after* setting heap address
This commit is contained in:
parent
6213bbf3ef
commit
a58f3639a5
@ -1038,14 +1038,14 @@ def execmod(modfile)#1
|
||||
return -perr
|
||||
end
|
||||
//
|
||||
// Print PLASMA version
|
||||
//
|
||||
prstr(@verstr); prbyte(version.1); cout('.'); prbyte(version.0); crout
|
||||
//
|
||||
// Get heap start.
|
||||
//
|
||||
heap = *freemem
|
||||
//
|
||||
// Print PLASMA version
|
||||
//
|
||||
prstr(@verstr); prbyte(version.1); cout('.'); prbyte(version.0); crout
|
||||
//
|
||||
// Init symbol table.
|
||||
//
|
||||
symtbl = allocheap($200)
|
||||
|
@ -1356,14 +1356,14 @@ def execmod(modfile)#1
|
||||
return -perr
|
||||
end
|
||||
//
|
||||
// Print PLASMA version
|
||||
//
|
||||
prstr("PLASMA "); prbyte(version.1); cout('.'); prbyte(version.0); crout
|
||||
//
|
||||
// Get heap start.
|
||||
//
|
||||
heap = *freemem
|
||||
//
|
||||
// Print PLASMA version
|
||||
//
|
||||
prstr("PLASMA "); prbyte(version.1); cout('.'); prbyte(version.0); crout
|
||||
//
|
||||
// Init symbol table.
|
||||
//
|
||||
stodci(@syslibstr, heap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user