-
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.
Release v3.09-8 with Z280 MPU support for overlays etc.
- Loading branch information
Showing
18 changed files
with
929 additions
and
84 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,20 @@ | ||
era build-c.log | ||
put console output to file build-c.log [system] | ||
; | ||
date | ||
; | ||
; Build Z80 version | ||
c -o -v c309-8.c | ||
; | ||
; Now build Z280 version | ||
; | ||
; First a Z280 version using the Z80 LIBC.C (runs on Z80) | ||
c309-8 -o -v -ec280z80.com -dZ280 c309-8.c | ||
; | ||
; and the Z280 optimized version from it (only runs on a Z280) | ||
c280z80 -of2 -v -ec280-8.com c309-8.c | ||
; | ||
dir c*.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
; | ||
; Build the start-up modules | ||
; | ||
c -c -o zcrtcpm.as zdrtcpm.as zrrtcpm.as | ||
c280 -c -o zc280cpm.as zd280cpm.as zr280cpm.as |
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.
Oops, something went wrong.