mirror of
https://github.com/dschmenk/PLASMA.git
synced 2024-11-04 11:07:00 +00:00
Move max code buffer down a smidge
This commit is contained in:
parent
72a7996871
commit
36c2506a24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user