List of Basic Tokens (Beyond V2)

All aspects of programming on the Commander X16.
Post Reply
SunSailor
Posts: 12
Joined: Mon Apr 03, 2023 10:50 pm

List of Basic Tokens (Beyond V2)

Post 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!
Stefan
Posts: 465
Joined: Thu Aug 20, 2020 8:59 am

Re: List of Basic Tokens (Beyond V2)

Post 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.
Post Reply