najmiter / Chitter

An (assembly) syntax highlighter

Home Page:https://najmiter.github.io/Chitter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
      • Make destination registers recognised.
      • Keep the original spacing in the output as it is in the input.
      • Highlight registers when used with other operators ([eax], [ebx+esi], etc).
      • Highlight string literals (single and double quotes).
      • Support HEX, DEC, and BIN notations.
      • Make it responsive.
      • Support tab key.
      • Add comments support (single/multi line).
        • Single line,
        • Multi line.
      • 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

About

An (assembly) syntax highlighter

https://najmiter.github.io/Chitter/

License:MIT License


Languages

Language:JavaScript 69.6%Language:CSS 15.3%Language:HTML 15.1%