From: Shriya Sharma Date: Tue, 26 Sep 2023 10:54:19 +0000 (+0100) Subject: Added english language description, spaces and brackets for ld instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0a411aef561169dfd615a4d305f7e135daf2798;p=openpower-isa.git Added english language description, spaces and brackets for ld instruction --- diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index a4e29c6b..e46633fc 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -498,6 +498,12 @@ Pseudo-code: EA <- b + EXTS(DS || 0b00) RT <- MEM(EA, 8) +Description: + + Let the effective address (EA) be the sum + (RA|0)+ (DS||0b00). The doubleword in storage + addressed by EA is loaded into RT. + Special Registers Altered: None