File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ rule Instr_ok/global.set:
198198```
199199Each rule definition is headed by the name of its respective relation,
200200plus a symbolic name for the rule itself,
201- used later to reference individiual rules.
201+ used later to reference individual rules.
202202The notation of a rule's body has to match the notation declared for the relation.
203203
204204The rule for ` NOP ` specifies that both input and output types of the instruction are empty
@@ -502,7 +502,7 @@ first pass one byte,
502502whose value must be larger than or equal to 128,
503503that is, its most-significant bit is set.
504504It is also required that ` N ` is large enough to allow multiple bytes.
505- The remainder than is parsed as a binary number of the remaining bitwidth ` N-7 ` ,
505+ The remainder then is parsed as a binary number of the remaining bitwidth ` N-7 ` ,
506506and in the end, both parts of the result value are combined together to form the overall result.
507507
508508Finally, the grammar for floating point values is also parameterised over its bit-width,
You can’t perform that action at this time.
0 commit comments