Page 1 of 1

Programming Languages and Tools

Posted: Tue Feb 21, 2023 11:23 pm
by TomXP411
It was requested we start tracking the programming tools and languages people are working on, along with who's working on them.

Post a reply to this thread, and I'll add your project or status to this list. (Please no commentary. Only post information about who is working on what project.)

KERNAL/BASIC ROM
Working, enhancements pending.
Developers:
Michael Stiel
Stephen Horn
MooingLemur

C Compiler
Kick C: Camelot C64 Demo Group
https://gitlab.com/camelot/kickc
R41 support: printf (?) cprintf (?)

cc65: Greg King
https://cc65.github.io/doc/cx16.html
R41 support: printf (?) cprintf (?)

Forth
xForth: BruceRMcF
Based on Camel Forth for the Z80 by Brad Rodriguez
  • intepreter working,
  • compiler not fully working,
  • block/file load not working
Prog8
DesertFish

BASIC Compiler
XC=BASIC:

Assembler/Monitor
CODEX: mjallison42
R41: Included

META/L: Ed Minchau
R41: Yes

Re: Programming Languages and Tools

Posted: Tue Feb 21, 2023 11:58 pm
by BruceRMcF
xForth -- Developer: BruceRMcF
Based on Camel Forth for the Z80 by Brad Rodriguez
  • intepreter working,
  • compiler not fully working,
  • block/file load not working

Re: Programming Languages and Tools

Posted: Thu Feb 23, 2023 1:25 am
by Ed Minchau
Assembler/Monitor:
The META/L editor is midway between an assembler and a monitor, basically a monitor that allows labels on memory addresses, and then references to those labels in the code. Works for r41, but I'm probably going to change the Insert and Delete functions to make them faster in future versions.

Re: Programming Languages and Tools

Posted: Sun Sep 03, 2023 12:13 am
by vasyl
Forth TX16 -- Developer: Vasyl
Completely new Forth 2012 interpreter.

Re: Programming Languages and Tools

Posted: Sun Sep 03, 2023 5:42 am
by JimmyDansbo
VTUI Library: Jimmy Dansbo
(VERA Text User Interface)
Library to aid in creating text user interfaces on the Commander X16
https://github.com/jimmydansbo/vtuilib