2013-06-09, 11:38 PM
(This post was last modified: 2021-08-03, 11:21 AM by boriel.
Edit Reason: Fix url
)
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...)
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...)

