diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-06-08 00:08:48 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-06-08 00:08:48 +0000 |
commit | 62487ac0b0c9a15e8968d5fa4e1d88ab7da01ecb (patch) | |
tree | 0059429bae757c62d6707de90faf6254e561b735 | |
parent | cb2a285f50a6a0bf54a9d7e65579cb6edcda008b (diff) | |
download | mdk-62487ac0b0c9a15e8968d5fa4e1d88ab7da01ecb.tar.gz mdk-62487ac0b0c9a15e8968d5fa4e1d88ab7da01ecb.tar.bz2 |
minor correction
-rw-r--r-- | doc/mdk_tut.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mdk_tut.texi b/doc/mdk_tut.texi index f8433b6..c22b50e 100644 --- a/doc/mdk_tut.texi +++ b/doc/mdk_tut.texi @@ -1095,7 +1095,7 @@ to the same, multiplied by 64 to the fifth power) divided by 18-8*3 = 30 14/3 = 4 1+3:11 = 4:11 = 43 -1//64 = (01 00 00 00 00 00)/(00 00 00 01 00) = (01 00 00 00 00 00) +1//64 = (01 00 00 00 00)/(00 00 00 01 00) = (01 00 00 00 00) @end example @noindent Note that all MIXAL expressions evaluate to a MIX word (by definition). |