0.3.1 • Published 10 years ago

nesly v0.3.1

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

nesly

A programming language that compiles down to 6502 NES assembler

Build Status

Install

npm i -g nesly

Examples

Take a look at the mario-demo.js file. There is a lot of stuff hardcoded in asm to get the example working. It's not really ready to use for creating anything useful.

To get the example running you need nesasm and a nes emulator.

nesly mario-demo.js mario-test.s;
nesasm mario-test.s;
open mario-test.nes;

nesly demo

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago