From d38dcfdcc6923a03b8b3ac0ff8d03781dc6e7e80 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 4 Apr 2020 19:42:31 +0100 Subject: [PATCH] fix syntax errors in mem reg-read --- openpower/isa/fixedstore.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 11616e554..f405689ab 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -273,7 +273,7 @@ X-Form b <- (RA|0) EA <- b + (RB) - MEM(EA, 8) <- ((RS) [56:63] || (RS)48:55] + MEM(EA, 8) <- ((RS) [56:63] || (RS)[48:55] || (RS)[40:47] || (RS)[32:39] || (RS)[24:31] || (RS)[16:23] || (RS)[8:15] || (RS)[0:7]) -- 2.30.2