Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/najmiter/chitter

An (assembly) syntax highlighter
https://github.com/najmiter/chitter

assembly css html javascript js masm nasm syntax-highlighting

Last synced: about 3 hours ago
JSON representation

An (assembly) syntax highlighter

Awesome Lists containing this project

README

        

# Chitter: a syntax highlighter for assembly
---------------------------
Highlight and make copyable rich text of your assembly code.

Check it here

### ⚡️ Updates:
* You can now give input and get highlighted code on the other side:
* Features & TODOS:
- [x] Make destination registers recognised.
- [x] Keep the original spacing in the output as it is in the input.
- [x] Highlight registers when used with other operators (`[eax]`, `[ebx+esi]`, etc).
- [x] Highlight string literals (single and double quotes).
- [x] Support HEX, DEC, and BIN notations.
- [x] Make it responsive.
- [x] Support `tab` key.
- [x] Add comments support (single/multi line).
- [x] Single line,
- [x] Multi line.
- [x] Keep the previous data after a reload/revisit.
- [ ] Support line numbers in the output (non-copiable).

### 🏞️ Preview
The UI is not that great. Maybe. But the highlighting part works greatly 😁

Chitter preview
Chitter on Jan 5, 2024 (5pm)

## ▶️ Watch live coding
You can watch me coding Chitter live on YouTube... [Click here](https://youtu.be/Rwkdp4TxIPU)