From a0a411aef561169dfd615a4d305f7e135daf2798 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 26 Sep 2023 11:54:19 +0100 Subject: [PATCH] Added english language description, spaces and brackets for ld instruction --- openpower/isa/fixedload.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2