1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-03 05:29:30 +00:00

Update startup message

This commit is contained in:
Dave Schmenk 2018-04-20 09:42:01 -07:00
parent 8d7ed176c5
commit ddd5e28fd4
3 changed files with 4 additions and 3 deletions

View File

@ -47,5 +47,6 @@ fin
*jitcomp = @compiler
cmdsys.jitcount = 44
cmdsys.jitsize = 96
puts("JITC enabled")
return modkeep
done

View File

@ -53,6 +53,6 @@ fin
*jitcomp = @compiler
cmdsys.jitcount = 44
cmdsys.jitsize = 96
puts("16 BIT VM/JITC enabled.\n")
puts("16 BIT VM/JITC enabled")
return modkeep
done

View File

@ -1400,7 +1400,7 @@ heap = *freemem
//
// Print PLASMA version
//
prstr("PLASMA 128K 2.0 Dev\n")//; prbyte(version.1); cout('.'); prbyte(version.0); crout
prstr("PLASMA 128K 2.0 Dev ")//; prbyte(version.1); cout('.'); prbyte(version.0); crout
//
// Init symbol table.
//
@ -1429,7 +1429,7 @@ else
//
// Print some startup info.
//
prstr("MEM FREE:$"); prword(availheap); crout
prstr("\nMEM FREE:$"); prword(availheap); crout
fin
perr = 0
while 1