Warning

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

Differences

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

Link to this comparison view

compiler_options [2019/07/08 11:23] – created neilscompiler_options [2019/12/19 08:33] (current) neils
Line 5: Line 5:
 ^ Option      ^ Since version       ^ Description          ^ Default value ^ ^ Option      ^ Since version       ^ Description          ^ Default value ^
 | ''civars''    | 2.1     | If set to ''1'', the compiler will treat variable names case-insensitive       | ''0'' | | ''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'' |