summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2018-12-25 21:17:00 +0200
committerPeter Pentchev <roam@ringlet.net>2018-12-25 21:17:00 +0200
commita8fd5ddcdc785f5e1a798c7f532d2ac662157d5c (patch)
tree949b583882b8bb0b645744f4b53dfd53b3288c8f /doc
parenta489888d10e2a1f2125fadaba0b5a11fb40dd215 (diff)
Revert the patches applied by git-dpm.
Diffstat (limited to 'doc')
-rw-r--r--doc/MIX.DOC4
-rw-r--r--doc/mdk_gmixvm.texi22
-rw-r--r--doc/mdk_mixguile.texi2
-rw-r--r--doc/mdk_tut.texi4
4 files changed, 16 insertions, 16 deletions
diff --git a/doc/MIX.DOC b/doc/MIX.DOC
index 16f23b2..b1f7d62 100644
--- a/doc/MIX.DOC
+++ b/doc/MIX.DOC
@@ -44,7 +44,7 @@ is used in connection with rA to hold ten bytes of a product or dividend, or
it can be used to hold information shifted to the right out of rA. The index
registers rI1, rI2, rI3, rI4, rI5, and rI6 are used primarily for counting and
for referencing variable memory addresses. The J-register always hold the
-address of the instruction following the preceding ``JUMP'' instruction, and it
+address of the instruction following the preceding ``JUMP'' intruction, and it
is primarily used in connection with subroutines.
Besides thesee registers, MIX contains
@@ -124,7 +124,7 @@ portion; and I, F represent the I- and F-fields, respectively.
If I is zero, the ``,I'' is omitted. If F is the -normal- F-specification
for this particular operator, the ``(F)'' need not be written. The normal F-
specification for almost all operators is (0:5), representing a whole word.
-If a different F is standard, it will be mentioned explicitly when we discuss
+If a different F is standard, it will be mentioned explicity when we discuss
a particular operator.
...
diff --git a/doc/mdk_gmixvm.texi b/doc/mdk_gmixvm.texi
index 6b8f3e5..2c29553 100644
--- a/doc/mdk_gmixvm.texi
+++ b/doc/mdk_gmixvm.texi
@@ -66,11 +66,11 @@ main window will appear, offering you a graphical interface to run and
debug your MIX programs.
@ifinfo
-@image{/usr/share/doc/mdk-doc/html/img/ss_mix, 400pt}
+@image{img/ss_mix, 400pt}
@end ifinfo
@ifhtml
-@image{img/ss_mix, 400pt}
+@image{../img/ss_mix, 400pt}
@end ifhtml
Apart from the menu and status bars, we can distinguish two zones (or
@@ -98,7 +98,7 @@ notebook page) or the menu entries under @code{@w{View->Detached windows}}.
Here is an screenshot showing how @code{gmixvm} looks like when running
with a couple of detached windows:
-@image{img/ss_split, 420pt}
+@image{../img/ss_split, 420pt}
@end ifhtml
@@ -178,7 +178,7 @@ contents.
@ifhtml
The next figure shows the enter word dialog.
-@image{img/ss_worddlg, 250pt}
+@image{../img/ss_worddlg, 250pt}
@end ifhtml
@@ -203,7 +203,7 @@ The second notebook's page, dubbed Source, shows you the MIXAL source of
the currently loaded MIX file.
@ifhtml
-@image{img/ss_mixal, 400pt}
+@image{../img/ss_mixal, 400pt}
@end ifhtml
The information is presented in four columns. The first column
@@ -228,7 +228,7 @@ program.
@ifhtml
-@image{img/ss_devices, 400pt}
+@image{../img/ss_devices, 400pt}
@end ifhtml
@@ -303,7 +303,7 @@ list}}.
@ifhtml
-@image{img/ss_symbols, 250pt}
+@image{../img/ss_symbols, 250pt}
@end ifhtml
@@ -325,7 +325,7 @@ page.
@deffn Settings @w{Change font}
Lets you change the font used in the various @code{gmixv} widgets
-(i.e. command prompt, command log, Virtual machine, Source, Devices and
+(i.e. commad prompt, command log, Virtual machine, Source, Devices and
Symbol list). There is also an entry (@code{All}) to change all fonts
at once.
@end deffn
@@ -335,7 +335,7 @@ Opens a dialog that lets you specify which format shall be used to show
the contents of MIX binary block devices.
@ifhtml
-@image{img/ss_devform, 250pt}
+@image{../img/ss_devform, 250pt}
@end ifhtml
The available formats are decimal (e.g. @w{-1234}) and MIX word
@@ -347,7 +347,7 @@ Opens a dialog that lets you choose where the MIX device files will be
stored (@file{~/.mdk} is the default location).
@ifhtml
-@image{img/ss_devdir, 250pt}
+@image{../img/ss_devdir, 250pt}
@end ifhtml
You can also specify the devices directory using the @code{mixvm}
@@ -360,7 +360,7 @@ This menu command opens a dialog that lets you specify the commands used
for editing and compiling MIXAL source files.
@ifhtml
-@image{img/ss_extprog, 250pt}
+@image{../img/ss_extprog, 250pt}
@end ifhtml
The commands are specified as template strings, where the control
diff --git a/doc/mdk_mixguile.texi b/doc/mdk_mixguile.texi
index 2627857..5566a16 100644
--- a/doc/mdk_mixguile.texi
+++ b/doc/mdk_mixguile.texi
@@ -288,7 +288,7 @@ string list with its arguments.
@defun mix-add-break-hook hook
@defunx mix-add-cond-break hook
-Add a hook function to be executed when an explicit (resp. conditional)
+Add a hook funtion to be executed when an explicit (resp. conditional)
breakpoint is encountered during program execution. @var{hook} is a
function taking two arguments: the source line number where the hook has
occurred, and the current program counter value. The following code
diff --git a/doc/mdk_tut.texi b/doc/mdk_tut.texi
index ada5b7d..e2d3a15 100644
--- a/doc/mdk_tut.texi
+++ b/doc/mdk_tut.texi
@@ -397,7 +397,7 @@ The following instructions are the inverse of the load
operations: they are used to store a subfield of a register
into a memory location. Here, MOD represents the subfield of the memory
cell that is to be overwritten with bytes from a register. These bytes
-are taken starting with the rightmost side of the register.
+are taken beginning by the rightmost side of the register.
@ftable @code
@item STA
@@ -823,7 +823,7 @@ counter, while @samp{HLT} usually marks program termination.
@comment node-name, next, previous, up
@subsubsection Execution times
-@cindex execution time
+@cindex exection time
@cindex time
When writing MIXAL programs (or any kind of programs, for that