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

Move max code buffer down a smidge

This commit is contained in:
David Schmenk 2018-03-23 11:33:01 -07:00
parent 72a7996871
commit 36c2506a24

View File

@ -23,7 +23,7 @@ end
const jitcount = $10
const jitcomp = $03E2
const jitcodeptr = $03E4
const codemax = $BEF0
const codemax = $BEE0
//
// AUX bytecode interpreter entrypoint
//
@ -2098,8 +2098,8 @@ def compiler(defptr)#0
// Free working bufffers
//
//heaprelease(addrxlate)
puts("Done compiling: $"); puth(defptr=>interpaddr); putln
getc
//puts("Done compiling: $"); puth(defptr=>interpaddr); putln
//getc
return
fin
//getc