asm80 / asm80-node

ASM80 is the assembler for old 8bit CPUs. This is a standalone version for Node.js
http://www.asm80.com
MIT License
21 stars 6 forks source link

ASM80.js

NPM Version NPM Downloads NPM Downloads Codacy Badge

The Assembler for the 8bit CPUs

Installation

$ npm install asm80 -g

Usage

$ asm80 [options] filename

Assembles given the file, e.g. test.z80, into two files: test.hex (binary) and test.lst (listing).

Filename has to be the last parameter.

Options are:

Format, directives etc.

See ASM80 GitBook for further information.

Support me

paypal

Become a Patron!

More info

See https://www.uelectronics.info/category/my-projects/ for more info

or http://www.asm80.com for online IDE, based on this assembler

Changes