Avisaro Online Documentation - Wiki
Impressum Kontakt

Bascom: PC Compiler

Scripts can be loaded as a (1) text-file or (2) in a tokenized way into the Avisaro 2.0 products. For the first case (1) there is no need for this tool - just load the text file as it is. For the second case (2), use this Bascom tool.

The Bascom PC Compiler allows to compile BASIC scripts on a PC. This is particulary helpful to:

  • Shorten the development cycle
  • Scramble scripts to protect interlectual property when distributing scripts

The compiler does not allow to run or emulate scripts on a PC.

Usage manual

Bascom

To use the Bascom compiler, unpack the zip file and copy the "bascom.exe" into the folder which contains the script file. Double-click bascom.exe to start.

1) Enter the filename of the script file.

Bascom

 

2) If all is ok, the compiler reports success. Enter the name of an output file. This output file contains the script in a machine coded (tokenized) way. This output file can be loaded into the Avisaro 2.0 products the same way as a script in Ascii format can be.

Bascom

 

3) In case of an error, the line number is displayed. Only one error is displayed at a time. Correct the error and start over

Bascom

 

4) If all is ok, close the cmd window.

Download