projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f07842
)
Added English Language description for stb instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 09:49:12 +0000
(10:49 +0100)
committer
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 09:49:12 +0000
(10:49 +0100)
openpower/isa/fixedstore.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedstore.mdwn
b/openpower/isa/fixedstore.mdwn
index 161a06fc35e1e3ba67ec48e379a0fea0c58e75a8..f65edd0e54945492e0b3e83b31912cecdbe0582b 100644
(file)
--- 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