Home | Forums | What's new | Resources | |
Saturn Forth compiler |
mic - Nov 16, 2005 |
mic | Nov 16, 2005 | |||
Continuing on my SEGA console theme, I wrote an SH codegen for my Forth compiler, so that I would be able to use it to program the Saturn :looney Even though it still probably has a lot of bugs, it can now generate some working output, as can be seen in these images: The compiler, including all the examples can be found here... The Saturn examples are located in \examples\sh-sat\ Knock yourselves out |
CyberWarriorX | Nov 16, 2005 | |||
Looks pretty good |
RockinB | Nov 17, 2005 | |||
I don't know much about forth, but looks like I will soon You've been the one who made the forth compiler for genesis? Thanks for your work! |
mrkotfw | Nov 17, 2005 | |||
amazing work mic! keep up the great work |
vbt | Nov 27, 2005 | |||
Added to saturn dev tools :cheers |
RockinB | Nov 28, 2005 | |||
Your sprite code seems to be inspired by that of Charles MacDonald. Cool thing as programs made with this forth compile would not need any SEGA lib. |
mic | Nov 28, 2005 | |||
Yeah, I used Charles' vdp1ex as a reference. |