From e583e420600cd6a8ea3e1686d4cfad4b9ebc7004 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 10:50:26 +0100 Subject: [PATCH] Added English Language description for stbx instruction --- openpower/isa/fixedstore.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2