https://github.com/emkay/nesly-assembler
javascript assembler for 6502 asm
https://github.com/emkay/nesly-assembler
6502 asm assembler javascript javascript-assembler
Last synced: 8 months ago
JSON representation
javascript assembler for 6502 asm
- Host: GitHub
- URL: https://github.com/emkay/nesly-assembler
- Owner: emkay
- License: bsd-3-clause
- Created: 2015-04-14T21:30:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T17:26:23.000Z (about 9 years ago)
- Last Synced: 2025-09-20T23:44:42.654Z (9 months ago)
- Topics: 6502, asm, assembler, javascript, javascript-assembler
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nesly-assembler
javascript assembler for 6502 asm
## nodeNES
This is a slimmed down version of [nodeNes](https://github.com/gutomaia/nodeNES) by [gutomaia](https://github.com/gutomaia/). Guto did all the fancy work. I wanted something that was easier to use in some of the nesly projects I have going though.