Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
compiler_options [2019/12/19 08:33] (current) neils
Line 1: Line 1:
 +====== Compiler options ======
  
 +Compiler options can be set within the source code, via the ''[[PRAGMA|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'' |