Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
started msx version - help needed as well
#3
I think i found the problem - I think it is because i need to allocate the variables in a ram memory area, not the stack area

The problem on MSX is we have the memory arranged in 16k banks - for example, in this case, the rom file is between 0x4000 and 0x7FFF, and the variables needs to be in a different bank, like between 0xC000 and 0xFFFF , or between 0x8000 and 0xBFFF - how can we do this? (i can't find anything about at https://zxbasic.readthedocs.io/en/docs/z...ne_Options )

(thanks in advance...)


Attached Files
.zip   example04_msx_zxbasic.zip (Size: 20.59 KB / Downloads: 863)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)