Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alanvivona/gameboy
- Owner: alanvivona
- Created: 2019-01-11T01:15:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T08:15:09.000Z (over 4 years ago)
- Last Synced: 2024-08-10T19:03:40.947Z (4 months ago)
- Topics: assembler, disassembler, gameboy, nodejs
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/gameboyLink 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)