summaryrefslogtreecommitdiffhomepage
path: root/doc/mdk_mixvm.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mdk_mixvm.texi')
-rw-r--r--doc/mdk_mixvm.texi14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/mdk_mixvm.texi b/doc/mdk_mixvm.texi
index 54655ab..ff7f567 100644
--- a/doc/mdk_mixvm.texi
+++ b/doc/mdk_mixvm.texi
@@ -4,7 +4,7 @@
@c Free Software Foundation, Inc.
@c See the file mdk.texi for copying conditions.
-@c $Id: mdk_mixvm.texi,v 1.17 2004/06/12 01:12:59 jao Exp $
+@c $Id: mdk_mixvm.texi,v 1.18 2004/08/01 21:43:29 jao Exp $
@node mixvm, gmixvm, mixasm, Top
@comment node-name, next, previous, up
@@ -290,9 +290,7 @@ MIX >
@noindent
since line 7 is the first one compiled into a MIX instruction (at
-address 3000). In order to @code{sbp} to work, the source file must be
-compiled using the @code{-g} flags, which tells @code{mixasm} to include
-debug information in the binary @file{.mix} file.
+address 3000).
The command @code{cbp} clears a (previously set) breakpoint at the given
source file line.
@@ -367,9 +365,7 @@ START LDA VAR
@noindent
the symbol @code{VAR} stands for the value 2168, while @code{START} is
-assigned the value 4000. When MIXAL programs are compiled using the
-@code{-g} flag (which tells @code{mixasm} to include debug information
-in the binary @file{.mix} file), the symbol table can be consulted from
+assigned the value 4000. The symbol table can be consulted from
the @code{mixvm} command line using @code{psym} followed by the name of
the symbol whose contents you are interested in. When run without
arguments, @code{psym} will print all defined symbols and their values.
@@ -701,12 +697,12 @@ characters @code{%s} to mark the place where the source's file name will
be inserted. For instance, if you type
@example
-MIX > sasm mixasm -g -l %s
+MIX > sasm mixasm -l %s
MIX >
@end example
issuing the @code{mixvm} command @w{@code{compile foo.mixal}} will invoke
-the operating system command @w{@code{mixasm -g -l foo.mixal}}.
+the operating system command @w{@code{mixasm -l foo.mixal}}.
@code{pasm} prints the current value of the compile command template.