https://github.com/weilbyte/c64-screen-color
Color in a 40x25 Commodore 64 screen and export as ACME instructions.
https://github.com/weilbyte/c64-screen-color
Last synced: 6 months ago
JSON representation
Color in a 40x25 Commodore 64 screen and export as ACME instructions.
- Host: GitHub
- URL: https://github.com/weilbyte/c64-screen-color
- Owner: Weilbyte
- License: mit
- Created: 2021-11-28T21:53:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T22:46:45.000Z (over 4 years ago)
- Last Synced: 2025-08-14T13:48:18.955Z (12 months ago)
- Language: HTML
- Homepage: https://weilbyte.github.io/c64-screen-color/
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c64-screen-color
Color in a 40x25 Commodore 64 screen and export as ACME instructions.

Currently only colors are supported, but when exporting, a reverse space character (`0xA0`) character is also placed so you can see the color. No tricks are used to lower the amount of space the code takes, so this is not very efficient.