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
4e49d0d0e6c16d0ffabcd3f63432def96241e522
adsp219x-re
/
r2plugin
/
asm_adsp219x.so
23 lines
28 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix reg1/reg2 tables: CNTR is REG2[14], STACKA is REG1[15] Register tables were wrong per the official core register table (docs/opcode_mnemonics.txt Table 9-5): - reg1[15]: was CNTR, should be STACKA - reg2[12]: was STACKA, should be RES (reserved) - reg2[13]: was LPCSTACKA, should be RES (reserved) - reg2[14]: was RES, should be CNTR - reg2[15]: was RES, should be LPSTACKA This fixes CNTR loads showing as 'RES = ...' in disassembly. Verified: isa_test.bin now shows CNTR = 0x000A, iir.bin shows CNTR = 0x0100 and CNTR = 0x0002.
2026-04-22 20:36:54 +00:00
ELF