qasm/qasm.ini

43 lines
555 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-19 21:41:27 +00:00
;==debug must be an integer. Code can use this as a level
;debug=0
2019-11-14 03:37:26 +00:00
nocolor=false
2019-11-19 17:59:03 +00:00
;syntax=merlin32
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-18 19:34:20 +00:00
casesen=true
2019-11-17 20:17:28 +00:00
showmx=true
startmx=3
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-19 17:59:03 +00:00
trackrep=true
2019-11-13 23:45:39 +00:00
allowduplicate=true
2019-11-19 17:22:27 +00:00
merlinerrors=true
2019-11-15 05:21:03 +00:00
symcolumns=3
2019-11-11 23:56:03 +00:00
[reformat]
2019-11-19 21:41:27 +00:00
tabs=12;18;30
2019-11-11 23:56:03 +00:00