Skip to content

patxoca/z80count-el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

emacs plugin for reidrac's z80count tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published