BASIC / Debugger support for unconditional instruction set
Jon Abbott (1421) 2651 posts |
Have either been extended to support the unconditional instruction set on ARMv6+? 5.21 for example doesn’t know about: eg CPS I’ve yet to try the latest Alpha to see if they’re added. |
Jeffrey Lee (213) 6048 posts |
The Debugger module now supports pretty much everything except the handful of instructions in the ARMv7MP and ARMv7VE extensions. BASIC hasn’t had any improvements made to its assembler, apart from a few fixes to the VFP/NEON assembler. |
Jon Abbott (1421) 2651 posts |
I’ll update to the latest ROM, that will provide some basic debugging. Does anyone know of any 3rd party disassemblers, Zap, StrongEd or the like that’s been updated with the ARMv6 instruction set. The ADFFS ARM JIT makes extensive use of ARMv6 instructions and it’s proving a real pain to diagnose issues without a disassembler to confirm it’s not an encoding issue. |
Martin Bazley (331) 379 posts |
Zap and StrongED are not third party disassemblers – they use the Debugger SWIs. Upgrade the Debugger module and you’re done. |