t-edson / P65Pas

CPU 6502 Pascal Compiler/IDE/Debugger
GNU General Public License v3.0
123 stars 27 forks source link

Offer of Collaboration #92

Open odflor opened 1 week ago

odflor commented 1 week ago

Hi Mr. Tito:

I want to try to adapt the p65pas compiler to generate code that run on the neo6502 and its emulator.

https://neo6502.com/

Do you have any advice you would like to give me?

Thanks and Best Regards

t-edson commented 1 week ago

Hi.

First of all, you will need to know the memory map of that device. Then, I suggest to create a Hello world program. I think it won't be so difficult to do the adaptation.