ACME mode

acme-mode

Information

This is a simple major mode for emacs for the ACME assembler syntax. It is based on the asm-mode from emacs with some modifications to better suite the ACME syntax.

The ACME assembler is a multi-platform cross-compiler for 6502/6510/... used in various 8-bit machines, like the C64.

Features

acme-mode is free software released under the GNU General Public License V3 or later.

acme-mode is (C) 2020 Ralf Hoffmann.

Download

The current release is acme-mode 2020-03-16 (5 kB) (signature)

Changes

Installation

  1. Copy acme-mode.el to your emacs lisp dir
  2. Add the following to your .emacs file:
       (require 'acme-mode)
       
  3. End your source file name with .acme for automatic activation. Otherwise activate "acme-mode" manually.

Links


tags: c642 emacs2