From: Shriya Sharma Date: Tue, 3 Oct 2023 09:51:46 +0000 (+0100) Subject: Added English Language description for stbu instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d574d2f048fd33b34f8e3e4448914229671e827;p=openpower-isa.git Added English Language description for stbu instruction --- diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 44d4d147..ecdcd925 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -70,6 +70,16 @@ Pseudo-code: MEM(EA, 1) <- (RS)[XLEN-8:XLEN-1] RA <- EA +Description: + +Let the effective address (EA) be the sum (RA)+ D. +RS[56:63] are stored into the byte in storage addressed +by EA. + +EA is placed into register RA. + +If RA=0, the instruction form is invalid. + Special Registers Altered: None