Pas6502 - pascal to 6502 compiler updates

handy tools that can assist in the development of new software
Post Reply
User avatar
SyntaxErrorSoft
Posts: 13
Joined: Fri Jan 10, 2020 9:58 am
Contact:

Pas6502 - pascal to 6502 compiler updates

Post by SyntaxErrorSoft »

Hi all, I've done some updates on my Pas6502 - Pascal to 6502 compiler, and it's now on itch.io for you to try.

https://syntaxerrorsoftware.itch.io/pas6502

It has a help file accessed via F1, and requires Kick Assembler + Java Runtime Environment...
I have a couple of BBC micro examples included in it.
I hope you find it useful!
User avatar
SyntaxErrorSoft
Posts: 13
Joined: Fri Jan 10, 2020 9:58 am
Contact:

Re: Pas6502 - pascal to 6502 compiler updates

Post by SyntaxErrorSoft »

I've uploaded a new version of Pas6502, my Pascal to 6502 compiler for the C64/C128/BBC Micro. This includes fixes, new C128 support.
https://syntaxerrorsoftware.itch.io/pas6502
nicolagiacobbe
Posts: 215
Joined: Tue Jul 03, 2007 10:40 am
Location: italy
Contact:

Re: Pas6502 - pascal to 6502 compiler updates

Post by nicolagiacobbe »

Nice one, thanks for the effort.
Do you have, by any chance, any info on running it under Wine? I am willing to test it but usually is better to collect the most possible information before venturing on.
User avatar
SyntaxErrorSoft
Posts: 13
Joined: Fri Jan 10, 2020 9:58 am
Contact:

Re: Pas6502 - pascal to 6502 compiler updates

Post by SyntaxErrorSoft »

nicolagiacobbe wrote: Sat Mar 30, 2024 10:02 am Nice one, thanks for the effort.
Do you have, by any chance, any info on running it under Wine? I am willing to test it but usually is better to collect the most possible information before venturing on.
I've updated the pas6502 download as I forgot to include the added C128 support files in the includes folder!! Sorry...

I've not tried it under Linux with Wine yet...if I can I will try and convert the project over to Lazarus IDE/Freepascal so it can be compiled under LInux :)
cheers,
Paul
nicolagiacobbe
Posts: 215
Joined: Tue Jul 03, 2007 10:40 am
Location: italy
Contact:

Re: Pas6502 - pascal to 6502 compiler updates

Post by nicolagiacobbe »

Thanks, that would be nice.
In the meanwhile I will try with wine and will report here the results.
nicolagiacobbe
Posts: 215
Joined: Tue Jul 03, 2007 10:40 am
Location: italy
Contact:

Re: Pas6502 - pascal to 6502 compiler updates

Post by nicolagiacobbe »

Hello, tried with Crossover and when run says "Path not found".

Testing further.

Tested, there are a few hardwired paths that should be set-up for wine to try to run:
C:\utilities\KickAssembler\KickAss.jar
C:\Emulators\WinVICE-2.2-x64\x64.exe
C:\utilities\Exomiser\win32\exomizer.exe
C:\emulators\BeebEm\BeebEm.exe
C:\Emulators\WinVICE-2.2-x64\x128.exe

I already know that WinVICE doesn't work under wine (or at least it didn't when I tries last time) but maybe, only maybe it could be possible to have Pas6502 working without it (i.e. with a dummy .exe)

Stopping for now, when the times will be propitious I will return to testing.
User avatar
SyntaxErrorSoft
Posts: 13
Joined: Fri Jan 10, 2020 9:58 am
Contact:

Re: Pas6502 - pascal to 6502 compiler updates

Post by SyntaxErrorSoft »

Thanks for testing :)
The paths can be customized in the options dialogue box to point to any .exe file, but I'm unsure if direct paths will work under Linux...
Post Reply

Return to “development tools”