NESHLA: High Level 6502/NES Assembler
neshla.sourceforge.net
NESHLA: High Level 6502/NES Assembler
1–5 of 5 posts
Re: NESHLA: High Level 6502/NES Assembler
#2Brian Provinciano has also made a video of programming ROM City Rampage for the NES
https://www.youtube.com/watch?v=Hvx4xXhZMrU
Re: NESHLA: High Level 6502/NES Assembler
#3See 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...
Re: NESHLA: High Level 6502/NES Assembler
#4This 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?
Re: NESHLA: High Level 6502/NES Assembler
#5This 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!"