Digging into this a bit the best mnenomic I have found for a trap on ARM is "udf #0" which works on all the arm's on godbolt (and with -mthumb). This saves us from selecting between BRK and BKPT. I have not found a…
Digging into this a bit the best mnenomic I have found for a trap on ARM is "udf #0" which works on all the arm's on godbolt (and with -mthumb). This saves us from selecting between BRK and BKPT. I have not found a…