- nxtBasic is available for Windows, Linux and MacOS
- nxtBasic comes with comprehensive documentation, including a complete language reference with syntax information and several example programs to help you getting started.
- It integrates seamlessly with the Commander X16 emulator. Check the "Getting Started" section in the documentation for more details.
- Please create an 'Issue' on GitHub if you encounter a bug or if you have a feature request: https://github.com/unartic/nxtBasic
- nxtBasic is highly customizable. If you know a bit of assembly, you can create new built-in functions or even modify the behavior of existing ones.
Documentation and download are available here:
https://github.com/unartic/nxtBasic/
If you have any question, feel free to post them below or find me in the nxtBasic channel on the Commander X16 Discord.
Whats new?
- Bug fixes
- LCASE/UCASE now also change the case of extended chars in an ISO charset
- Automatic run command wasn't working correctly without the -startin x16emu param.
- OVAL-function to draw circles and ovals.
- All sprite function have a performance improvement of up to 10%
- 9% performance increase in handling integer arrays with one dimension
- 23% performance increase with FOR-NEXT loops
- 20% performance increase in retrieving an integer variable
- Example charsets.bas is now showing ISO charsets correctly and Katakana charset is added
https://github.com/unartic/nxtBasic/ or https://nxtbasic.com/