Hacker News new | ask | show | jobs
NESHLA: High Level 6502/NES Assembler (neshla.sourceforge.net)
38 points by kevnguy 4193 days ago
3 comments

See also "Action!", a C-like language that works well with the 6502's limited stack size and addressing modes.

http://en.wikipedia.org/wiki/Action!_%28programming_language...

Brian Provinciano has also made a video of programming ROM City Rampage for the NES https://www.youtube.com/watch?v=Hvx4xXhZMrU
This looks really cool! Unfortunately, there don't seem to be *nix build instructions in the source repo - it's only for Win32. Anyone have any tips on building this on OS X?
"It's written in standard C and should compile and work on any platform with little or no modification. So whatever platform is your choice for development, you can help out!"