From 785e0e811f1edea54508c2ef6307cc7b4b9d4160 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 26 Sep 2023 11:55:08 +0100 Subject: [PATCH] Added english language description, spaces and brackets for ldx instruction --- openpower/isa/fixedload.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openpower/isa/fixedload.mdwn b/openpower/isa/fixedload.mdwn index e46633fc..a87d6332 100644 --- a/openpower/isa/fixedload.mdwn +++ b/openpower/isa/fixedload.mdwn @@ -520,6 +520,12 @@ Pseudo-code: EA <- b + (RB) RT <- MEM(EA, 8) +Description: + + Let the effective address (EA) be the sum + (RA|0)+ (RB). The doubleword in storage addressed by + EA is loaded into RT. + Special Registers Altered: None -- 2.30.2