MEGA65 / mega65-rom-public

MEGA65 ROM public issue reporting
4 stars 0 forks source link

KERNAL API: BASIC extensions #135

Open dansanderson opened 3 weeks ago

dansanderson commented 3 weeks ago

BASIC 10 intended a vector-based API for extending the language and parser. This is currently untested and undocumented. We should formalize, test (and possibly fix), and document this API.

Doing this sooner rather than later will help us figure out what other parts of the KERNAL/BASIC need to be part of the API surface to make useful extensions, e.g. accessors for state variables.

See b65.src starting $02f7.