mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2024-12-12 04:29:05 +00:00
man page updates.
This commit is contained in:
parent
9429c02e55
commit
2accf26798
14
wdc816as.1
14
wdc816as.1
@ -89,13 +89,13 @@ For example, if one of the following lines is in the
|
|||||||
file:
|
file:
|
||||||
.Pp
|
.Pp
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
SET WDC_INC_65816=C:\\WDC\\INCLUDE;C:\\WDC\MACROS
|
SET WDC_INC_65816=C:\eWDC\eINCLUDE;C:\eWDC\eMACROS
|
||||||
SET WDC_INC_6502=C:\\WDC\\INCLUDE;C:\\WDC\MACROS
|
SET WDC_INC_6502=C:\eWDC\eINCLUDE;C:\eWDC\eMACROS
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
then, the command:
|
then, the command:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl Nm Fl I Ar C:\\MYINC Ar PROG
|
.Dl Nm Fl I Ar C:\eMYINC Ar PROG
|
||||||
.Pp
|
.Pp
|
||||||
will assemble the file
|
will assemble the file
|
||||||
.Ar PROG.ASM .
|
.Ar PROG.ASM .
|
||||||
@ -107,14 +107,14 @@ directives, then the assembler will look for the specified file in this order:
|
|||||||
.Pp
|
.Pp
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
current directory
|
current directory
|
||||||
C:\\MYINC
|
C:\eMYINC
|
||||||
C:\\WDC\\INCLUDE
|
C:\eWDC\eINCLUDE
|
||||||
C:\\WDC\\MACROS
|
C:\eWDC\eMACROS
|
||||||
.Ed
|
.Ed
|
||||||
.It Fl K
|
.It Fl K
|
||||||
This option causes the path name specifying the name of the listing file to
|
This option causes the path name specifying the name of the listing file to
|
||||||
be placed in the reserved word
|
be placed in the reserved word
|
||||||
.Li __FILE__ .
|
.Dv __FILE__ .
|
||||||
.It Fl L
|
.It Fl L
|
||||||
This option instructs the assembler to generate a listing file that will
|
This option instructs the assembler to generate a listing file that will
|
||||||
have the same root name as the output name and an extension of
|
have the same root name as the output name and an extension of
|
||||||
|
Loading…
Reference in New Issue
Block a user