Page 1 of 1

List of Basic Tokens (Beyond V2)

Posted: Wed Oct 04, 2023 12:30 pm
by SunSailor
Hi,
as my current basic program exceeds a proper editability again, I want to move editing into Studio 64. So, my multi level question is:
- Is there already a dialect file for Studio 64 available anywhere?
- If not, is there a list of the tokens and shorts of all commands beyond V2 available anywhere?
- If not, in which sources of the ROM do I need to look for them?

In case of the latter two, I would be happy to provide the file here eventually.

Thanks in advance!

Re: List of Basic Tokens (Beyond V2)

Posted: Wed Oct 04, 2023 5:26 pm
by Stefan
The list of extended statements and functions are found here in the source code:

https://github.com/X16Community/x16-rom ... c/token2.s

They are all two bytes. First $ce and then $80… for statements and $d0… for functions.