04-19-2019, 09:39 AM
britlion Wrote:Any chance that memory management will be included?Just for the record, this is already supported in the upcoming 1.8.10. I'm (slowly) hearing towards 128K memory support without breaking compatibility.
We can't even carve off contended / uncontended space right now.
E.g. this doesn't work:
...Code:asm
org 26000
end asm
print "hello"
asm
org 32768
end asm
print "world"