https://github.com/sulami/tis-100-mode.el
💾 TIS-100 Assembly Syntax Highlighting for Emacs
https://github.com/sulami/tis-100-mode.el
assembly emacs tis-100
Last synced: 2 months ago
JSON representation
💾 TIS-100 Assembly Syntax Highlighting for Emacs
- Host: GitHub
- URL: https://github.com/sulami/tis-100-mode.el
- Owner: sulami
- Created: 2020-03-27T15:51:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T14:28:03.000Z (over 6 years ago)
- Last Synced: 2025-03-29T17:35:01.544Z (over 1 year ago)
- Topics: assembly, emacs, tis-100
- Language: Emacs Lisp
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: tis-100-mode.el
* Introduction
This major mode provides syntax highlighting for TIS-100 assembly. It
conforms to the publicly released manual and does not include support
for custom or classified extensions.
Note that ~BAK~ is not highlighted, as it is not useful in code.
* Installation
Simply download =tis-100-mode.el= and load it into Emacs.
* Usage
=M-x tis-100-mode RET=. You can also use a mode line, if you have the
storage space to spare:
#+begin_src sh
# -*- mode: tis-100 -*-
#+end_src