ATARI Turbo Basic Compiler by mgr_inz_rafal.
This project is licensed under "THE BEER-WARE LICENSE" (Revision 42).
[email protected] wrote this project. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
Yours, mgr inż. Rafał
This project aims to provide a tool that helps transfer the ATARI Turbo Basic listings into binary code that can be executed directly on the 6502 processor.
In addition to the commands listed below compiler fully supports:
- Arithmetic expressions with parenthesis
- Integer arrays (single and double dimension)
- Strings (assignment and comparison with different kind of indexing)
- Support for
EXEC
in the middle of the line - Lines are not limited in length