Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
128K SPECTRUM COMPATIBILITY...
#15
Any chance that memory management will be included?

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"

Ideally, it could extend to spectrum 128 stuff - but I think being able to lock routines that are not time critical into lower memory, and ones that are into the upper 32k would help. (better yet, being able to choose lower/upper 1st half and upper 2nd half would be a bigger step to 128K compatibility). Right now all sub / function items seem to be glued to the end of the main loop regardless?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)