-
Notifications
You must be signed in to change notification settings - Fork 8
Developer Guide
Mike Hogsett edited this page Aug 15, 2024
·
34 revisions
The Aquarius+ was designed from the ground up to allow programmers of all skill levels to create fun, useful, and engaging content.
As the native development environment for the Aquarius+, plusBASIC is backwards-compatible with legacy Aquarius and Extended BASIC and adds dozens of new commands and keywords to unlock the enhanced features of the system:
- plusBASIC QuickRef (Auto-Generated)
- plusBASIC Programmer's Reference Guide
- plusBASIC Tutorials
- plusBASIC Statement and Function Types
- plusBASIC Error Messages
- plusBASIC Glossary of Terms
- plusBASIC Optimization Examples
Due to it's flexibility and speed, C development on the Aquarius+ is the natural progression up from plusBASIC. As such, there are different paths a developer can take to begin coding in C on the system:
- Aquarius DevStudio - AQDS serves as an on-system development environment for the Aquarius+, and uses a modified version of C known as Cb (C flat).
- SDCC - SDCC is an off-system development enviroment that uses the C language and the SDCC compiler.
To Search for pages in the wiki, press Pages above and type a search term in the "Find a page..." box. Results will update beneath automatically.
- Aquarius+ User Guide
- Quick Start
- Hardware
- Software
-
Other Development Resources