aboutsummaryrefslogtreecommitdiff
path: root/jindroush/chkbas/switches.def
blob: bb09a46aa68bcd63da92976a43e80c55d75d41e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
verbose, v
verbose info
=g_bVerbose = TRUE;
=

atari
Atari output file (only lst is created)
=g_bAtariOut = TRUE;
=

short
PC - lst only output (full output otherwise)
=g_bExtOut = FALSE;
=

noinverse
no inverse characters in DATA or REMs
=g_bNoInverse = TRUE;
=

bxl
Basic XL
=g_Type = BASIC_XL;
=

bxe
Basic XE
=g_Type = BASIC_XE;
=

tbs
Turbo Basic
=g_Type = BASIC_TB;
=