Indice

ugBASIC User Manual

Usage

If you installed everything in the proper way, you will be able to call the compiler:

  ugbc.xxxx

where xxxx is one of the targets:

The output contains the valid options.

In order to compile a BASIC source you can use this command:

 ugbc.xxxx source.bas -o source.yyy

where yyy is the expected file format.

For example, in order to create an executable program for Commodore 64:

 ugbc.c64 source.bas -o source.prg

POWERED BY