/acme-mode

Customized ACME mode for 6502 assembler support in Emacs

Primary LanguageEmacs Lisp

In order to install acme-mode for Emacs, copy acme-mode.el into your local site-lisp directory and add the following lines to your ~/.emacs:

(autoload 'acme-mode "acme-mode"
    "Major mode for editing Acme 6502 sources." t)

(add-to-list 'auto-mode-alist '(".acme$" . acme-mode))