emkay / nesly

A programming language that compiles down to 6502 NES assembler
78 stars 13 forks source link

Use a js assembler #19

Closed emkay closed 9 years ago

emkay commented 10 years ago

Can probably use gutomaia/nodeNES to assemble directly instead of just outputting source. This would remove a step from the process and make this 100% js.