Coder Social home page Coder Social logo

paw64-mode's Introduction

Paw64 Mode

paw64-mode is the beginnings of an Emacs major mode that provides font-lock(syntax highlighting), column-oriented indentation and shortcuts for assembling and running programs in an emulator.


This mode is in an early stage of development, so fasten your seatbelt if you're taking it for a ride.

Commands

Binding Command Description
C-c C-b Insert Basic Header Insert minimal basic program at $0801 to start program with SYS.
C-c C-c Assemble current buffer using 64tass Assemble current buffer (ie, myprogram.asm) to disk (ie, myprogram.prg) in the same folder as the source buffer
C-C C-x Assemble(64tass) and run (x64) Assemble current buffer and launch resulting binary in VICE(x64)
C-C C-m u Untroll/Expand macro Expand macro or generative directive (such as .rept, .for or range())

Indentation

Indentation is context sensitive, and geared towards working in three columns: label, assembly instruction, comment. Indentation level for assembly instructions and comments are derived from indentations used in the buffer, and falls back to paw64-indent-level and paw64-comment-indent-level if buffer resolution fails.

Other recommended packages

company-64tass

company-64tass provides label and variable auto-completion using company-mode

flycheck-64tass

flycheck-64tass provides a checker for highlighting syntax and compile/assembly errors using flycheck

Dependencies

64tass.el

64tass.el is a small library for interaction between emacs and 64tass

64tass

64tass is a fast multi-pass assembler that uses a superset of the C64 Turbo Assembler syntax.

VICE

VICE - The Versatile Commodore Emulator is an emulator for Commodore machines, available for virtually all platforms.

paw64-mode's People

Contributors

svjson avatar thechampagne avatar

Stargazers

Marcus Lagergren avatar

Watchers

 avatar

Forkers

thechampagne

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.