https://github.com/mike42/65816-c-compilers
Web app to explore C compilers for the classic 65816 CPU architecture
https://github.com/mike42/65816-c-compilers
6502 65816 c
Last synced: 11 days ago
JSON representation
Web app to explore C compilers for the classic 65816 CPU architecture
- Host: GitHub
- URL: https://github.com/mike42/65816-c-compilers
- Owner: mike42
- License: gpl-3.0
- Created: 2023-07-01T09:49:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T12:30:02.000Z (over 2 years ago)
- Last Synced: 2024-12-29T17:45:32.474Z (about 1 year ago)
- Topics: 6502, 65816, c
- Language: Python
- Homepage:
- Size: 336 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 65816 C Compilers
This is simple web app to examine the output of compilers which target the classic 65816 CPU architecture. It is inspired by the ever-useful [compiler explorer](https://godbolt.org/).

## License
Copyright 2023 Michael Billington. The 65C816 C compiler web app is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The full text of the license is provided in the LICENSE file in this repository.
The factory icon is from [Templarian/MaterialDesign](https://github.com/Templarian/MaterialDesign), and is licensed under the Apache License 2.0.
A number of free software components are additionally required to build this app. See `frontend/package.json` and `requirements.txt` for a list.
## Note on compiler licenses
The compilers used by this app are distinct software products with their own copyright holders, and are not included in this repository.