Small C compiler written in Forth

Topics relating to various Forth models on the 6502, 65816, and related microprocessors and microcontrollers.
Post Reply
pzembrod
Posts: 22
Joined: 05 Sep 2020
Contact:

Small C compiler written in Forth

Post by pzembrod »

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
User avatar
BigEd
Posts: 11464
Joined: 11 Dec 2008
Location: England
Contact:

Re: Small C compiler written in Forth

Post by BigEd »

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.
Post Reply