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