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 | dd1e741c95646734f352d43078b81f9059e90b1b (patch) | |
tree | 4228a9af177f7429a458e8b4642e40db41fa57f8 /doc | |
parent | 37cc9d38f0b02ae612376e22423ead11231692b2 (diff) | |
download | mdk-dd1e741c95646734f352d43078b81f9059e90b1b.tar.gz mdk-dd1e741c95646734f352d43078b81f9059e90b1b.tar.bz2 |
minor correction
Diffstat (limited to 'doc')
-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). |