1
0
mirror of https://github.com/brouhaha/dis6502.git synced 2025-01-15 04:30:19 +00:00

added address argument for -r option.

This commit is contained in:
Eric Smith 2003-09-13 01:05:37 +00:00
parent cf7c2ddb27
commit df14f15a0c

View File

@ -27,8 +27,9 @@ headers. The dump routine then prints out the information.
.PP .PP
The command line options are: The command line options are:
.TP .TP
.I \-r .I \-r \fIaddress\fP
Raw binary input file. Raw binary input file, with the first byte of the file being associated with
the specified address.
.TP .TP
.I \-b .I \-b
Atari boot format input file. Atari boot format input file.