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