From 9f985f28b2e1bfdbbf871ab56280fffdb876eee6 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 1 Aug 2004 21:43:29 +0000 Subject: document mixasm -O option and delete references to -g. --- doc/mdk_mixvm.texi | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'doc/mdk_mixvm.texi') 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. -- cgit v1.2.3