rx.muri: fix another inaccuracy

FossilOrigin-Name: 9afac3402f334da040a0baf818c566b91345d8dffefc38d966dd02129ab2bf2f
This commit is contained in:
crc 2019-09-20 14:52:48 +00:00
parent 2578acd4c2
commit 318b89d92b

View file

@ -159,11 +159,11 @@ more on this.
## Nga Instruction Set
As mentioned earlier, Nga provides 27 instructions. Rx begins
the actual coding by assigning each to a separate function.
These are not intended for direct use; the compiler will fetch
the opcode values to use from these functions when compiling.
Many will also be exposed in the initial dictionary.
As mentioned earlier, Nga provides 30 instructions. Rx begins
the actual coding by assigning most of these to a separate
function. These are not intended for direct use; the compiler
will fetch the opcode values to use from these functions when
compiling. Many will also be exposed in the initial dictionary.
~~~
: _nop