qasm/qasm.ini

42 lines
545 B
INI
Raw Normal View History

2019-11-11 23:56:03 +00:00
[log]
loglevel=0;
logdir=/var/log/mylog
logfile=mylog.log
2019-11-12 03:51:26 +00:00
[option]
2019-11-17 06:48:24 +00:00
debug=1
2019-11-14 03:37:26 +00:00
nocolor=false
;debug must be an integer. Code can use this as a level
2019-11-12 03:51:26 +00:00
2019-11-11 23:56:03 +00:00
[application]
timezone=America/Los_Angeles
2019-11-12 08:15:47 +00:00
[global]
2019-11-14 18:47:50 +00:00
; path0 can not be set. It will always be the linux 'pwd' at the time of launch
2019-11-12 14:47:15 +00:00
path1=0/macros
path2=0/output
2019-11-14 17:32:11 +00:00
path3=0/src
2019-11-11 23:56:03 +00:00
path4=
2019-11-14 18:47:50 +00:00
path5=dirpath5
2019-11-11 23:56:03 +00:00
[asm]
2019-11-12 08:15:47 +00:00
casesen=true
2019-11-17 06:48:24 +00:00
showmx=false
2019-11-12 08:15:47 +00:00
lst=true
; can be M6502, M65C02, M65816
2019-11-12 18:13:15 +00:00
cpu=M65816
2019-11-12 08:15:47 +00:00
trackrep=false
2019-11-13 23:45:39 +00:00
allowduplicate=true
2019-11-15 05:21:03 +00:00
merlincompatible=true
symcolumns=3
2019-11-11 23:56:03 +00:00
[reformat]
2019-11-17 03:33:22 +00:00
tabs=12; 18; 30
2019-11-16 02:40:12 +00:00
;tabs=0;0;0
2019-11-11 23:56:03 +00:00