~ndiddy/a65

2ce9a2d52469f1916fee4e0bdc60cf04f95aa0ef — Nathan Misner 1 year, 7 months ago 72dd167
fixed documentation
1 files changed, 3 insertions(+), 2 deletions(-)

M a65.html
M a65.html => a65.html +3 -2
@@ 60,9 60,10 @@ expensive facilities on hand.  A cross-assembler allows you to
use these facilites to develop code for a 6502.</p>

<p>This program requires one input file (your 6502 source 
code) and zero to two output files (the listing and the object).  
code) and zero to three output files (the listing, the object, and the exports).  
The input file MUST be specified, or the assembler will bomb on a 
fatal error.  The listing and object files are optional.  If no 
fatal error.  The listing and object files are optional.  The export file must be
specified if the source code contains any EXP pseudo-ops. If no 
listing file is specified, no listing is generated, and if no 
object file is specified, no object is generated.  If the object 
file is specified, the object is written to this file in absolute