From 318b89d92bb9e237759694e22b5e8db3dbad87fc Mon Sep 17 00:00:00 2001 From: crc Date: Fri, 20 Sep 2019 14:52:48 +0000 Subject: [PATCH] rx.muri: fix another inaccuracy FossilOrigin-Name: 9afac3402f334da040a0baf818c566b91345d8dffefc38d966dd02129ab2bf2f --- source/rx.muri | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/rx.muri b/source/rx.muri index 06d222f..335f75d 100644 --- a/source/rx.muri +++ b/source/rx.muri @@ -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