Skip to content
Arnaud edited this page May 4, 2022 · 3 revisions

Welcome to the grsoft wiki!

grsoft translate BASIC instructions to C.

  1. Text variables are stored in VAR$ char type
  2. Numeric variables are stored in float type

Limitations as of V23

  • FOR loop works only with I variable
  • arrays not supported for floats
  • gaphical GR and HGR are still in development
  • IF doesn't support ELSE
  • RND is not exactly the same as applesoft

extensions:

  • DUMP command : lists variables
  • DEBUG ON/OFF mode
  • ABORT

Clone this wiki locally