Page 2 of 2

Re: Pas6502 - Pascal dialect compiler -> 6502 assembly code

Posted: Mon Apr 01, 2024 8:59 am
by Proxy
do keep in mind that while the 65816 is pretty compatible with the 65C02 (even in native mode), making actual proper use of it's extended features like 16-bit registers and the 16MB memory range does require a lot of redesigning. it's the one reason why cc65 or llvm-6503 don't have a 65816 port yet.

Re: Pas6502 - Pascal dialect compiler -> 6502 assembly code

Posted: Fri Apr 05, 2024 10:44 pm
by paul_nicholls
Thanks for the info mate :)
cheers,
Paul

Re: Pas6502 - Pascal dialect compiler -> 6502 assembly code

Posted: Fri Apr 26, 2024 9:28 am
by paul_nicholls
I recently updated my pas6502 Pascal -> 6502 compiler again. It now supports c64, c128, vic20, BBC micro, Atari 8-bit, and soon NES (hopefully).
Syntaxerrorsoftware.itch.io/pas6502