qasm/parms.json

49 lines
1012 B
JSON

{
"version": "1.1",
"general": {
"nocolor": false,
"prefix": [
{
"0": "${PWD}"
},
{
"1": "${QASM_BASE}"
},
{
"2": "0/object"
},
{
"3": "1/macros"
},
{
"4": "1/toolmacs"
},
{
"5": "../backup"
}
]
},
"language": "qasm",
"asm": {
"cpu": "M65816",
"start_mx": 0,
"listmode": "on",
"casesen": true,
"start_lst": false,
"showmx": true,
"allowduplicate": true,
"trackrep": false,
"merlinerrors": true,
"m32vars": false,
"allowA": true,
"allowLocal": true,
"allowColon": true,
"repsep": "force",
"linebytes": 4,
"line2bytes": 8
},
"linker": {},
"format": {
"tabs": "12,18,30,48"
}
}