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