-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V3.09-10 consolidated release update
- Loading branch information
Showing
13 changed files
with
176 additions
and
5 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
era build-c.log | ||
put console output to file build-c.log [system] | ||
; | ||
date | ||
; | ||
; Build Z80 version | ||
c -o -v c309-10.c | ||
; | ||
; Now build Z280 version | ||
; | ||
; First a Z280 version using the Z80 LIBC.C (runs on Z80) | ||
c309-10 -o -v -ec280z80.com -dZ280 c309-10.c | ||
; | ||
; and the Z280 optimized version from it (only runs on a Z280) | ||
c280z80 -of2 -v -ec280-10.com c309-10.c | ||
; | ||
c280-10 -o2 -v optimh.c | ||
; | ||
dir c*.com [fu | ||
dir optimh.com [fu | ||
; | ||
; Done | ||
put console to console |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.