Pas6502 - Pascal dialect compiler -> 6502 assembly code

Programming the 6502 microprocessor and its relatives in assembly and other languages.
User avatar
Proxy
Posts: 746
Joined: 03 Aug 2018
Location: Germany

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

Post 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.
paul_nicholls
Posts: 42
Joined: 19 Jan 2011
Contact:

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

Post by paul_nicholls »

Thanks for the info mate :)
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

Post 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
"The plastic veneer of civilization is easily melted in the heat of the moment" - Paul Nicholls
Post Reply