1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-05 04:28:57 +00:00

Bump version # and update SANDBOX examples

This commit is contained in:
dschmenk 2015-02-26 15:21:29 -08:00
parent 3f48559d56
commit 79c3e4248d
5 changed files with 4 additions and 4 deletions

Binary file not shown.

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.80" byte version = "PLASMA ][ SANDBOX VERSION 00.90"
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 = $0080 // 00.80 word version = $0090 // 00.90
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 = $0080 // 00.80 word version = $0090 // 00.90
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 = $0080 // 00.80 word version = $0090 // 00.90
word systemflags = 0 word systemflags = 0
byte refcons = 0 byte refcons = 0
byte devcons = 0 byte devcons = 0