mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-03-11 09:42:04 +00:00
Update compiler to include more module dependencies
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -52,7 +52,7 @@ PLAYSEQ = rel/apple/PLAYSEQ\#FE1000
|
||||
PLAYPCM = rel/apple/PLAYPCM\#FE1000
|
||||
SANITY = rel/SANITY\#FE1000
|
||||
RPNCALC = rel/RPNCALC\#FE1000
|
||||
RPNCALC = rel/RPNCALC_MF\#FE1000
|
||||
RPNCALC_MF = rel/RPNCALC_MF\#FE1000
|
||||
LZ4 = rel/LZ4\#FE1000
|
||||
LZ4CAT = rel/LZ4CAT\#FE1000
|
||||
MOUSE = rel/apple/MOUSE\#FE1000
|
||||
|
||||
@@ -236,8 +236,8 @@ const OPSEQNUM = 384
|
||||
const DFDNUM = 128
|
||||
const TAGNUM = 1024
|
||||
const FIXUPNUM = 2048
|
||||
const MODDEPNUM = 8
|
||||
const IDGLOBALSZ = 5120
|
||||
const MODDEPNUM = 10
|
||||
const IDGLOBALSZ = 6144
|
||||
const IDLOCALSZ = 512
|
||||
const CASENUM = 64
|
||||
word fixup_cnt, tag_cnt = -1
|
||||
@@ -511,7 +511,7 @@ include "toolsrc/parse.pla"
|
||||
//
|
||||
// Look at command line arguments and compile module
|
||||
//
|
||||
puts("PLASMA Compiler v2.20\n")
|
||||
puts("PLASMA Compiler v2.21\n")
|
||||
|
||||
arg = argNext(argFirst)
|
||||
if ^arg and ^(arg + 1) == '-'
|
||||
|
||||
Reference in New Issue
Block a user