rx.muri: fix another inaccuracy
FossilOrigin-Name: 9afac3402f334da040a0baf818c566b91345d8dffefc38d966dd02129ab2bf2f
This commit is contained in:
parent
2578acd4c2
commit
318b89d92b
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue