https://github.com/etchedpixels/sdcc280
SDCC with Fuzix patches and Z280 work in progress
https://github.com/etchedpixels/sdcc280
Last synced: about 1 year ago
JSON representation
SDCC with Fuzix patches and Z280 work in progress
- Host: GitHub
- URL: https://github.com/etchedpixels/sdcc280
- Owner: EtchedPixels
- Created: 2019-03-24T22:07:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T14:55:57.000Z (about 3 years ago)
- Last Synced: 2023-08-18T11:44:30.443Z (almost 3 years ago)
- Language: C
- Size: 58.6 MB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alan's SDCC repo
This is the SDCC svn2git with the Fuzix useful patches added
- Allows .o for object files always
- Supports banked Z80 binaries with an external bank tool
- Puts constants in CONST not sometimes in CODE (needed for banking)
- Fix for an annoying bug that breaks sh
This SDCC is currently required for Fuzix as the current upstream has bugs
that break Fuzix (and other stuff).