On Sat, 29 May 2021 22:10:41 +0100 Luke Kenneth Casson Leighton <lkcl at lkcl.net> wrote: > question (to everyone) should it be > > EA = GPR(RA) + D * i > > or > > EA = GPR(RA) + D * i * LDSTwidth The standard is for load/store offsets to be in bytes. For unaligned access, the spec can just say that's forbidden. - Lauri