This website requires JavaScript.
Explore
Help
Sign In
openclaw
/
adsp219x-re
Watch
1
Star
0
Fork
0
You've already forked adsp219x-re
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
70561276feb98d314ccabadc8eb9f97531df6be8
adsp219x-re
/
examples
/
isa_test.bin
2 lines
144 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Regenerate isa_test.bin from assembler (fixes CNTR opcode) The old isa_test.bin was generated by gen_isa_test.py which had a wrong opcode for CNTR (0x5000AF = REG1[15] = STACKA, should be 0x3000AE = REG2[14] = CNTR). Regenerated from isa_test.dsp using open21xx assembler. Also: to suppress the harmless 'asm.parser not found' warning, use: r2 -e asm.parser=null -a adsp219x -b 24 firmware.bin Or add 'e asm.parser=null' to ~/.radare2rc.
2026-04-27 11:53:22 +00:00