From 393910c2da6b48f2e28c49c5f28916213d92dd59 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 26 Feb 2021 08:04:05 +0000 Subject: [PATCH] --- openpower/isa.mdwn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openpower/isa.mdwn b/openpower/isa.mdwn index 4a039a2b3..9b8ce96fd 100644 --- a/openpower/isa.mdwn +++ b/openpower/isa.mdwn @@ -39,10 +39,15 @@ results in the parser seeing the following python code: To support this python-like syntax some of the pseudocode after extraction from the PDF had to be cleaned up and proper indentation added. -Also worth noting as used in the above example: the following operators are used: +Also worth noting as used in the above example: the following operators are used (see section 1.3 "Notation" of v3.0B PDF): * `<-` 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) * `