<div dir="ltr">On Wed, Jun 27, 2018 at 12:32 AM, Boris Boesler <<a href="mailto:baembel@gmx.de">baembel@gmx.de</a>> wrote:<br>> > I'm targeting a machine that can only load and store aligned 64-bit words,<br>><br>> Does this imply that the target uses word addresses instead of byte addresses?<br><br><div>The machine uses byte addresses, but lacks instructions to do things like load/store byte.</div><div>So we must load a word, then find the desired byte.</div><div><br></div><div>Preston</div><div><br></div></div>