1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 07:24:16 +00:00

Bump version # due to VM change

This commit is contained in:
David Schmenk 2015-10-26 18:20:08 -07:00
parent f4e0b4cb6b
commit 8b662b09be
5 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ import cmdsys
byte MACHID byte MACHID
end end
// //
// MAximum number of fibers // Maximum number of fibers
// //
const MAX_FIBERS = 32 const MAX_FIBERS = 32
// //
@ -290,7 +290,7 @@ def fbrTest(fid, param)
byte i byte i
for i = 1 to param for i = 1 to param
puth(param); putc($0D) puth(fid); putc($0D)
fbrYield fbrYield
next next
end end

View File

@ -90,7 +90,7 @@ word = $0450,$04D0,$0550,$05D0,$0650,$06D0,$0750,$07D0
// Editor variables // Editor variables
// //
byte nullstr = "" byte nullstr = ""
byte version = "PLASMA ][ SANDBOX VERSION 00.91" byte version = "PLASMA ][ SANDBOX VERSION 00.92"
byte errorstr = "ERROR: $" byte errorstr = "ERROR: $"
byte okstr = "OK" byte okstr = "OK"
byte outofmem = "OUT OF MEMORY!" byte outofmem = "OUT OF MEMORY!"

View File

@ -39,7 +39,7 @@ predef loadmod, execmod, lookupstrmod
// //
// System variables. // System variables.
// //
word version = $0090 // 00.90 word version = $0092 // 00.92
word systemflags = 0 word systemflags = 0
word heap word heap
word symtbl, lastsym word symtbl, lastsym

View File

@ -33,7 +33,7 @@ predef loadmod, execmod, lookupstrmod
// //
// System variable. // System variable.
// //
word version = $0091 // 00.91 word version = $0092 // 00.92
word systemflags = 0 word systemflags = 0
word heap word heap
word xheap = $0800 word xheap = $0800

View File

@ -34,7 +34,7 @@ predef loadmod, execmod, lookupstrmod
// //
// System variables. // System variables.
// //
word version = $0090 // 00.90 word version = $0092 // 00.92
word systemflags = 0 word systemflags = 0
byte refcons = 0 byte refcons = 0
byte devcons = 0 byte devcons = 0