https://github.com/esshahn/commodore-highlight
Highlight.js language support for 6502 assembly.
https://github.com/esshahn/commodore-highlight
6502 assembly highlight syntax
Last synced: 8 months ago
JSON representation
Highlight.js language support for 6502 assembly.
- Host: GitHub
- URL: https://github.com/esshahn/commodore-highlight
- Owner: Esshahn
- Created: 2021-02-07T15:18:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-07T15:30:10.000Z (over 5 years ago)
- Last Synced: 2025-10-03T17:44:32.574Z (8 months ago)
- Topics: 6502, assembly, highlight, syntax
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# commodore-highlight
Syntax Highlighting for your website based on [highlightjs.org](https://highlightjs.org).
Currently supported:
* (okayish) ACME assembly language for the 6502 CPU family (e.g. Commodore 64)
* (wonky) BASIC (2.0, 3.5, 7.0) language fro the Commodore 264, 64, 128
## Usage:
For official implementation information, check out [highlightjs.org](https://highlightjs.org) and the [usage guide](https://highlightjs.org/usage/).
If you just want to integrate highlight.js and commodore-highlight, this is what your website header could look like:
```
```
## Demo
To see commodore-highlight in action: [https://www.awsm.de/blog/commodore-highlight/](https://www.awsm.de/blog/commodore-highlight/)