qasm/qasm.ini

41 lines
489 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]
debug=1
2019-11-13 23:45:39 +00:00
nocolor=true
2019-11-12 18:13:15 +00:00
;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-12 14:47:15 +00:00
; path0 can not be set. It will always be the linux 'pwd'
path1=0/macros
path2=0/output
2019-11-11 23:56:03 +00:00
path3=
path4=
path5=
[asm]
2019-11-12 08:15:47 +00:00
casesen=true
showmx=true
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
merlincompatible=true;
2019-11-11 23:56:03 +00:00
[reformat]
2019-11-13 04:32:10 +00:00
tabs=12; 18; 36
;tabs=0;0;0
2019-11-11 23:56:03 +00:00