mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-27 15:29:30 +00:00
43 lines
555 B
INI
43 lines
555 B
INI
[log]
|
|
loglevel=0;
|
|
logdir=/var/log/mylog
|
|
logfile=mylog.log
|
|
|
|
[option]
|
|
;==debug must be an integer. Code can use this as a level
|
|
;debug=0
|
|
nocolor=false
|
|
;syntax=merlin32
|
|
|
|
[application]
|
|
timezone=America/Los_Angeles
|
|
|
|
[global]
|
|
; path0 can not be set. It will always be the linux 'pwd' at the time of launch
|
|
path1=0/macros
|
|
path2=0/output
|
|
path3=0/src
|
|
path4=
|
|
path5=dirpath5
|
|
|
|
[asm]
|
|
casesen=true
|
|
showmx=true
|
|
startmx=3
|
|
lst=true
|
|
; can be M6502, M65C02, M65816
|
|
cpu=M65816
|
|
trackrep=true
|
|
allowduplicate=true
|
|
merlinerrors=true
|
|
symcolumns=3
|
|
|
|
[reformat]
|
|
tabs=12;18;30
|
|
|
|
|
|
|
|
|
|
|
|
|