Pas6502 - Pascal dialect compiler -> 6502 assembly code
Re: Pas6502 - Pascal dialect compiler -> 6502 assembly code
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.
-
paul_nicholls
- Posts: 42
- Joined: 19 Jan 2011
- Contact:
Re: Pas6502 - Pascal dialect compiler -> 6502 assembly code
Thanks for the info mate 
cheers,
Paul
cheers,
Paul
"The plastic veneer of civilization is easily melted in the heat of the moment" - Paul Nicholls
-
paul_nicholls
- Posts: 42
- Joined: 19 Jan 2011
- Contact:
Re: Pas6502 - Pascal dialect compiler -> 6502 assembly code
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
Syntaxerrorsoftware.itch.io/pas6502
"The plastic veneer of civilization is easily melted in the heat of the moment" - Paul Nicholls