qasm/parms.json

43 lines
948 B
JSON

{
"version": "1.1",
"general": {
"color_output": true,
"prefix": [
{
"0": "${PWD}"
},
{
"1": "0/source"
},
{
"2": "0/object"
},
{
"3": "0/macros"
}
]
},
"asm": {
"syntax": "merlin16plus", //merlin8, merlin16, merlin16plus,merlin32
"cpu": "M6502",
"startmx": 3,
"listmode": "on",
"casesend": true,
"lst": false,
"showmx": true,
"allowduplicate": true,
"trackrep": false,
"merlinerrors": true,
"m32vars": false,
"allowA": true,
"allowLocal": true,
"allowColon": true,
"repsep": "force", //force,no,cfg
"linebytes": 4,
"line2bytes": 8
},
"linker": {},
"format": {
"tabs": "12,18,30,48"
}
}