From: lkcl Date: Fri, 26 Feb 2021 08:04:41 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~123 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bdb931e6898a32f628016f54f60d0e46f745870;p=libreriscv.git --- diff --git a/openpower/isa.mdwn b/openpower/isa.mdwn index 9b8ce96fd..3bc09de95 100644 --- a/openpower/isa.mdwn +++ b/openpower/isa.mdwn @@ -44,8 +44,8 @@ Also worth noting as used in the above example: the following operators are used * `<-` assignment, instead of "=" as in python * `=` equals comparator, instead of "==" as in python * `||` concatenate, done bitwise, in MSB0 order. -* `>u' for unsigned greater (">" is signed) -* `u` for unsigned greater (">" is signed) +* `