<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jun 17, 2019, at 8:24 AM, <a href="mailto:alex.davies@iinet.net.au" class="">alex.davies@iinet.net.au</a> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Only really remains the undocumented point of load/store aliasing where the same address can be read/written in different ways (ie microchip's tblrdl/tblrdh program memory operations - high byte is aliased to the low byte, but accessed via different operations), but I agree we're getting minor here and such false-aliasing is probably better blocked via intrinsic functions. Sorry for the noise 😊</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""></div></blockquote></div><br class=""><div class="">Do you mean load pointers are little endian in one address space and big endian in another?</div><div class=""><br class=""></div><div class="">-Matt</div></body></html>