Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alanvivona/gameboy

A gameboy assembler implemented from scratch
https://github.com/alanvivona/gameboy

assembler disassembler gameboy nodejs

Last synced: 2 months ago
JSON representation

A gameboy assembler implemented from scratch

Awesome Lists containing this project

README

        

# gb-asm

A Gameboy assembler

[![NPM](https://nodei.co/npm/game-boy-assembler.png)](https://npmjs.org/package/game-boy-assembler)

This installs the cli `gb-asm`

### Usage
```
-u interactive mode
-h --help help message
```

Examples:
> echo "LD A,A" | gb-asm

### Install using NPM
> npm install -g game-boy-assembler

### Run using Docker:
> docker run -ti alanvivona/gameboy

Link to DockerHub image: https://hub.docker.com/r/alanvivona/gameboy

#### Little Demo:
[![asciicast](https://raw.githubusercontent.com/alanvivona/gameboy/master/docs/asmv1.gif)](https://asciinema.org/a/223593?t=0)