qasm/qasm.ini

43 lines
555 B
INI
Raw Normal View History

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