home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource5
/
335_01
/
as1805.man
< prev
next >
Wrap
Text File
|
1990-12-03
|
2KB
|
133 lines
AS1805(1L) UNIX 5.0 AS1805(1L)
NAME
as1805, as1802 - cross assemblers for microcomputers
SYNOPSIS
as1805 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
as1802 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
DESCRIPTION
The as1805, as1802 command(s) assembles the input file into
a text output file representing the program memory for a
microcomputer.
Options
-p cpu
Override the instruction set selection.
Valid Values for Cpu
1802, 1804, 1805, 1806
-l listfile
Output a file formated with the memory address, data,
and source input lines.
-o hexfile
Output the memory data image in a form accepted by most
prom programmers.
-h hexfile
Same as -o.
-d Save the intermediate data file (see FILE) and abort
the execution at the end of processing.
-s symbolfile
Print the symbol table values and names, one per line
in the specified file.
FILES
/usr/tmp/frtXXXXXX
SEE ALSO
Frankenstein Cross Assemblers Users Manual (file base.doc)
Appendix for as1805 Frankenstein Assembler (file as1805.doc)
NOTES
There is only one input file.
The program can select which subset of instructions is
accepted. The program first uses the name with which it is
invoked. This is scanned for a substring which indicates
which set to use. The -p options overrides this selction by
performing the same substring search.
Page 1 (printed 12/4/90)
AS1805(1L) UNIX 5.0 AS1805(1L)
There should only be one executable file with all of its
names linked to it.
Page 2 (printed 12/4/90)