Topics relating to various Forth models on the 6502, 65816, and related microprocessors and microcontrollers.
pzembrod
Posts: 22 Joined: 05 Sep 2020
Contact:
Post
by pzembrod » Wed Nov 11, 2020 9:49 am
Hi all,
I would like to crosslink here my post in Programming
(
viewtopic.php?f=2&t=6360 ) about a
Small C compiler written in Forth and targeting the 6502 that I
have recently open-sourced here:
https://github.com/pzembrod/cc64
It is developed using VolksForth on the C64, though I am using
the emulator VICE myself now.
Cheers
/Philip
BigEd
Posts: 11463 Joined: 11 Dec 2008
Location: England
Contact:
Post
by BigEd » Wed Nov 11, 2020 10:53 am
Great! Can I suggest we use this thread, in Forth, to discuss the implementation? We can use the other thread, in Programming, to discuss the usage of this compiler.