From: Luke Kenneth Casson Leighton Date: Sat, 4 Apr 2020 18:42:31 +0000 (+0100) Subject: fix syntax errors in mem reg-read X-Git-Tag: convert-csv-opcode-to-binary~2960 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d38dcfdcc6923a03b8b3ac0ff8d03781dc6e7e80;p=libreriscv.git fix syntax errors in mem reg-read --- 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])