From a23f23bc17d52f1abb3826975f8b695765c8f6dd Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:03:39 +0100 Subject: [PATCH] Added English Language description for std instruction --- openpower/isa/fixedstore.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 4809a635..1a331155 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -318,6 +318,12 @@ Pseudo-code: EA <- b + EXTS(DS || 0b00) MEM(EA, 8) <- (RS) +Description: + +Let the effective address (EA) be the sum +(RA|0)+ (DS||0b00). (RS) is stored into the doubleword +in storage addressed by EA. + Special Registers Altered: None -- 2.30.2