From 1ace6e6b8678331b047dcee014faa570d0a4bc1e Mon Sep 17 00:00:00 2001 From: jaortega Date: Sat, 2 Dec 2000 22:36:48 +0000 Subject: minor changes --- doc/html/.cvsignore | 2 ++ doc/mdk.texi | 13 ++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/html/.cvsignore b/doc/html/.cvsignore index b44cc40..5d4ad2a 100644 --- a/doc/html/.cvsignore +++ b/doc/html/.cvsignore @@ -1,6 +1,8 @@ Makefile Makefile.in doc.html +mdk-doc-html-0.1.1.tar.gz +mdk-doc.tar.gz mdk.html mdk_1.html mdk_2.html diff --git a/doc/mdk.texi b/doc/mdk.texi index acf6b09..650fe97 100644 --- a/doc/mdk.texi +++ b/doc/mdk.texi @@ -417,21 +417,20 @@ structure: @multitable @columnfractions .15 .20 .65 @item @emph{Subfield} @tab @emph{fspec} @tab @emph{Description} - @item ADDRESS @tab (0:2) @tab The first two bytes plus sign are the @dfn{address} field. Combined with the INDEX field, denotes the memory address to be used by the instruction. -@item INDEX @tab (3:3) @tab -The third byte is the @dfn{index}, normally used for indexing the +@item INDEX @tab (3:3) +@tab The third byte is the @dfn{index}, normally used for indexing the address@footnote{The actual memory address the instruction refers to, is obtained by adding to ADDRESS the value of the @samp{rI} register denoted by INDEX.}. -@item MOD @tab (4:4) @tab -Byte four is used either as an operation code modifier or as a field +@item MOD @tab (4:4) +@tab Byte four is used either as an operation code modifier or as a field specification. -@item OPCODE @tab (5:5) @tab -The last (least significant) byte in the word denotes the operation +@item OPCODE @tab (5:5) +@tab The last (least significant) byte in the word denotes the operation code. @end multitable -- cgit v1.2.3