Warning
You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.
Compiler options
Compiler options can be set within the source code, via the PRAGMA
statement. The following is a list of supported compiler options:
Option | Since version | Description | Default value |
---|---|---|---|
civars | 2.1 | If set to 1 , the compiler will treat variable names case-insensitive | 0 |
basic_loader | 2.2 | Whether the program should start with a BASIC loader (0 or 1 ) | 1 |
start_address | 2.2 | The address to start compilation at. ($0000-$FFFF ) | $0800 |