Hi all,
I'd thought I'd share my WIP compiler Pas6502 that compiles a dialect of Pascal into 6502 assembly code and then to a C64 .prg via the Kick Assembler utility.

The Exomizer program can also be used to pack the output to reduce its size...

It is currently for getting a working C64 game/program created, but might be exteded to other 6502 processors later on.

It is still limited and has bugs, but you can see some working examples (will change slightly as code gets refactored/changed).

You can find the latest version here:
https://bitbucket.org/paul_nicholls/pas6502/src/master/

I have a facebook group here:
https://www.facebook.com/groups/2354741431414798/

You can also follow me on twitter (Hashtag '#Pas6502'):
https://www.twitter.com/syntaxerrorsoft

cheers,
Paul