Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 644 Bytes

README.org

File metadata and controls

28 lines (17 loc) · 644 Bytes

Emacs plugins for reidrac’s z80count tool.

z80count annotates z80 assembler code with timing information. This package allows to use z80count from emacs.

./etc/demo.gif

Installation

Copy the z80count.el to a directory in your emacs’ load-path.

Add (require 'z80count) to your emacs configuration.

Optionally, define a keybinding:

(with-eval-after-load "asm-mode"
  (define-key asm-mode-map (kbd "C-c z") #'z80count))

Customization

You can customize the group z80count.

M-x customize-group RET z80count RET