2021-11-26 17:56:40 +01:00
|
|
|
{
|
2018-02-11 22:23:26 +01:00
|
|
|
"${coreDef.name}" : [<%instructions.eachWithIndex{instr,index -> %>${index==0?"":","}
|
2018-02-09 19:34:26 +01:00
|
|
|
{
|
2022-02-01 19:03:45 +01:00
|
|
|
"name" : "${instr.name}",
|
|
|
|
"size" : ${instr.length},
|
2022-02-01 21:48:56 +01:00
|
|
|
"encoding": "${instr.encoding}",
|
|
|
|
"mask": "${instr.mask}",
|
2022-02-01 19:03:45 +01:00
|
|
|
"branch": ${instr.modifiesPC},
|
|
|
|
"delay" : ${instr.isConditional?"[1,1]":"1"}
|
2018-02-11 22:23:26 +01:00
|
|
|
}<%}%>
|
2018-02-09 19:34:26 +01:00
|
|
|
]
|
|
|
|
}
|