From ae66c996c6fe929daa603bed2bdc7b0ff4c15520 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 10:53:35 +0100 Subject: [PATCH] Added English Language description for sth instruction --- openpower/isa/fixedstore.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index e18f2541..7390a24b 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -122,6 +122,12 @@ Pseudo-code: EA <- b + EXTS(D) MEM(EA, 2) <- (RS)[XLEN-16:XLEN-1] +Description: + +Let the effective address (EA) be the sum (RA|0)+ D. +RS[48:63] are stored into the halfword in storage +addressed by EA. + Special Registers Altered: None -- 2.30.2