emkay / nesly

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

Refactor all the things #9

Closed emkay closed 10 years ago

emkay commented 10 years ago

Although those things work, everything is hardcoded asm. Need to rethink how these suckers work. Also can make the asm output nicer. For example, there are a couple places where I think some loops could be used.

emkay commented 10 years ago

This is a slow going process.

Sprites are done.

you can now addData('80', '80', '34', '00'). not pretty, but not hardcoded now either. addData will certainly change names since it's a really bad name.