All Projects → hlissner → emacs-mips-mode

hlissner / emacs-mips-mode

Licence: MIT License
An Emacs major mode for MIPS assembly code

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to emacs-mips-mode

emacs-pug-mode
Pug support for Emacs, based on slim-mode.
Stars: ✭ 39 (+77.27%)
Mutual labels:  melpa, emacs-mode
go-playground
GNU/Emacs mode that setup local Go playground for code snippets like play.golang.org or even better :)
Stars: ✭ 64 (+190.91%)
Mutual labels:  melpa, emacs-mode
Graphql Mode
An Emacs mode for GraphQL
Stars: ✭ 120 (+445.45%)
Mutual labels:  melpa, emacs-mode
psysh.el
PsySH on Emacs, PHP interactive shell (REPL)
Stars: ✭ 27 (+22.73%)
Mutual labels:  melpa
subed
Subtitle editor for Emacs
Stars: ✭ 143 (+550%)
Mutual labels:  emacs-mode
lsp-metals
lsp-mode ❤️ metals
Stars: ✭ 49 (+122.73%)
Mutual labels:  melpa
shakespeare-mode
An emacs major mode for editing hamlet, lucius, and julius files
Stars: ✭ 35 (+59.09%)
Mutual labels:  melpa
emacs-antiproxy
🔓 anti proxy/firewall setup using git repo mirrors of package archives. (local melpa)
Stars: ✭ 24 (+9.09%)
Mutual labels:  melpa
auctex-latexmk
This library adds LatexMk support to AUCTeX.
Stars: ✭ 81 (+268.18%)
Mutual labels:  melpa
svg-tag-mode
A minor mode for Emacs that replace keywords with nice SVG labels
Stars: ✭ 314 (+1327.27%)
Mutual labels:  melpa
emacs2nix
Automatically generate Nix expressions for Emacs packages
Stars: ✭ 23 (+4.55%)
Mutual labels:  melpa
bnf-mode
A GNU Emacs major mode for editing BNF grammars
Stars: ✭ 34 (+54.55%)
Mutual labels:  emacs-mode
clipetty
Manipulate the system (clip)board with (e)macs from a (tty)
Stars: ✭ 91 (+313.64%)
Mutual labels:  melpa
ssh-config-mode-el
emacs mode for editing ssh config files.
Stars: ✭ 46 (+109.09%)
Mutual labels:  melpa
slime-company
Company-mode completion backend for Slime.
Stars: ✭ 66 (+200%)
Mutual labels:  melpa
v-mode
🌻 An Emacs major mode for the V programming language.
Stars: ✭ 49 (+122.73%)
Mutual labels:  emacs-mode
helm-gitignore
Helm interface for generating .gitignore files
Stars: ✭ 20 (-9.09%)
Mutual labels:  melpa
company-flow
No description or website provided.
Stars: ✭ 32 (+45.45%)
Mutual labels:  melpa
lips
MIPS R4300i assembler in Lua
Stars: ✭ 20 (-9.09%)
Mutual labels:  mips-assembler
mipsasm
MIPS assembler and IDE
Stars: ✭ 45 (+104.55%)
Mutual labels:  mips-assembler

MIT MELPA MELPA Stable

mips-mode

An Emacs major mode for MIPS Assembly code, based off haxor-mode. Originally written for the MIPS Assembly track on exercism.io. MIPS Reference.

Features

  • Code evaluation with spim
  • Syntactic highlighting
  • Syntactic indentation

Installation

mips-mode is available on MELPA. To install:

M-x package-install RET mips-mode

Alternatively, for use-package users:

(use-package mips-mode :mode "\\.mips$")

Usage

Use (require 'mips-mode); it will set up itself.

Keybindings

C-c C-c evaluates the current buffer in mips-interpreter

C-c C-r evaluates the current region in mips-interpreter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].