-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ Windows/MinGW: | |
|
||
``` | ||
usage: c2d [-vh?] | ||
c2d [-m] [-s start address override] input[.mon],[load_address] output.dsk | ||
c2d [-m] [-t filename] [-s start address override] input[.mon],[load_address] output.dsk | ||
-h|? this help | ||
-m jump to monitor after booting | ||
|
@@ -112,7 +112,7 @@ Yes. No input checking. Big Endian untested. | |
|
||
### The Ugly Stuff | ||
|
||
c2d, Code to Disk, Version 0.4, Sun Apr 9 03:16:22 UTC 2017 | ||
c2d, Code to Disk, Version 0.42, Sun Apr 9 03:16:22 UTC 2017 | ||
|
||
(c) 2012,2017 All Rights Reserved, Egan Ford ([email protected]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
c2d, Code to Disk, Version 0.4, Sun Apr 9 03:16:22 UTC 2017 | ||
c2d, Code to Disk, Version 0.42, Sun Apr 9 03:16:22 UTC 2017 | ||
(c) 2012,2017 All Rights Reserved, Egan Ford ([email protected]) | ||
|
@@ -53,7 +53,7 @@ Based on work by: | |
#include <sys/stat.h> | ||
#include "c2d.h" | ||
|
||
#define VERSION "Version 0.4" | ||
#define VERSION "Version 0.42" | ||
#define INFILE argv[argc-2] | ||
#define OUTFILE argv[argc-1] | ||
#define BINARY 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters