From a58f3639a519c3124e9b9ad6d8f6f64a881313df Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Wed, 10 Jan 2018 10:29:27 -0800 Subject: [PATCH] Print banner *after* setting heap address --- src/vmsrc/a1cmd.pla | 8 ++++---- src/vmsrc/cmd.pla | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/vmsrc/a1cmd.pla b/src/vmsrc/a1cmd.pla index e9b011b..adad124 100755 --- a/src/vmsrc/a1cmd.pla +++ b/src/vmsrc/a1cmd.pla @@ -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) diff --git a/src/vmsrc/cmd.pla b/src/vmsrc/cmd.pla index 25cfcb9..eb003d4 100755 --- a/src/vmsrc/cmd.pla +++ b/src/vmsrc/cmd.pla @@ -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)