Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsc committed Mar 9, 2021
1 parent 69afe90 commit b989455
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ The current features are:
- Small size (currently the full floating point IDE is 9.3k, the integer IDE is 8k, and the runtime is less than 3k);
- Fast execution (currently, 2 times faster than compiled TurboBasicXL in the "sieve.bas" benchmark, 6 times faster than OSS Integer Basic);
- Modern syntax (no line numbers, many control structures);
- Feels "alike" TurboBasicXL, with many of the extended statements.
- Integrated editor and compiler.
- A cross-compiler is available that directly compiles sources to Atari executables in any modern PC.
- Procedures with parameters and short calling syntax;
- Feels "alike" TurboBasicXL, with many of the extended statements;
- Integrated editor and compiler running in the Atari 8-bit;
- A cross-compiler is available that directly compiles sources to Atari executables on any modern PC;
- Statements for Player/Missile graphics and Display List Interrupts.

For support, use the GitHub bug-tracker or see the AtariAge thread at:
http://atariage.com/forums/topic/275698-fastbasic-summer-release/
https://atariage.com/forums/topic/318133-fastbasic-45-2021-release/


Manual
Expand Down

0 comments on commit b989455

Please sign in to comment.