From: Shriya Sharma Date: Tue, 3 Oct 2023 09:50:26 +0000 (+0100) Subject: Added English Language description for stbx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e583e420600cd6a8ea3e1686d4cfad4b9ebc7004;p=openpower-isa.git Added English Language description for stbx instruction --- diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index f65edd0e..44d4d147 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -48,6 +48,12 @@ Pseudo-code: EA <- b + (RB) MEM(EA, 1) <- (RS)[XLEN-8:XLEN-1] +Description: + +Let the effective address (EA) be the sum +(RA|0)+ (RB). RS [56:63] are stored into the byte in stor- +age addressed by EA. + Special Registers Altered: None