[hatari-devel] Little patch for better DSP disasm readibility |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Little patch for better DSP disasm readibility
- From: Laurent Sallafranque <laurent.sallafranque@xxxxxxx>
- Date: Sun, 24 Mar 2024 13:13:50 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1711282431; bh=+Kk8Yoyvfb6hxvoVabw2el4matzojTqgOlVngUu358I=; h=Date:To:From:Subject:From; b=akFQaYPVVevXS7sQm6nlwVv0OBR6jEAMzCO9deYHl2btcewMXrQ7cqfsoRxVPpeQw xl/SYXtH9/YBLfKxOodo/23pO+hF9DGQfvgzQt9sWMPE8BR5AVFpZkgq+Ufhz8HFYu 4evmPZ6tszqZr3gcO+3Avv3QQ6fI+bvrNbScgM1d4WcuURryjeWohxBdLldiNHT2s8 2B0yUeDqKEjo0nt7q7rPI7Tvp9sardEQiPv0RkdGcCn54EWf2wjPZajX9XuCsvYnHW yaPut9bETxLvvvISZZppwbnY11yZLgSNj9zz27DN0GtYJQwxtK2fWetMVPwtV6b8af QJRbAdPK01kow==
Hi,
I've commited 2 little patchs :
- first one, just for spaces removing at end of lines (my editor is
configured like this.
This patch doesn't change anything, it's just here to allow a better
readibility of the changes of the second patch (and later bisect is any)
- second patch : it reformats the DSP parallal moves instructions in 3
columns in debug mode for better readibility.
Code is much easier to read like this.
Just tell me if you think something could be wrong here, but changes a
minor and I've disassembled many DSP prgs for testing.
Regards, and have a nice week.
Laurent