Login
Back to forumSee the full topicGo to last reply

Posted By

siz
on 2020-10-22
09:21:49
 Re: Values for SYS command and use/call in ML code

Just found this unanswered post.

The 264 series (C16, plus/4 and the rest) does not have a bank switching. All BASIC memory reads access RAM only (I'm not sure about PEEK) so you don't have to care about that. What you see on BASIC startup is the real available memory for BASIC.

I'm not sure why do you need the start address for SYS. If you use it from BASIC you just write SYS <address>, in assembly you don't need those memory locations just set the registers and do a JSR.

The address of the SYS implementation in BASIC is $A7B5.



Back to top


Copyright © Plus/4 World Team, 2001-2024