Files
esp-idf/tools/test_bsasm/testcases/opcodes.json
Jeroen Domburg a88e719e33 feat(driver): BitScrambler support
This adds an assembler for the BitScrambler assembly language,
plus unit tests for it. It also adds the loopback driver,
which can do BitScrambler operations on memory-to-memory
transfers. Documentation is also included.
2024-12-30 09:39:23 +08:00

49 lines
801 B
JSON

{
"binary_ver": 1,
"hw_rev": 0,
"hdr_len": 3,
"inst_ct": 8,
"inst": [
{
"opcode": {
"op": "LOOPA"
}
},
{
"opcode": {
"op": "ADDA"
}
},
{
"opcode": {
"op": "IF"
}
},
{
"opcode": {
"op": "IFN"
}
},
{
"opcode": {
"op": "LDCTDA"
}
},
{
"opcode": {
"op": "LDCTIA"
}
},
{
"opcode": {
"op": "IF"
}
},
{
"opcode": {
"op": "ADDA"
}
}
]
}