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