Programming Languages and Tools

All aspects of programming on the Commander X16.
Post Reply
TomXP411
Posts: 1804
Joined: Tue May 19, 2020 8:49 pm

Programming Languages and Tools

Post 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
BruceRMcF
Posts: 224
Joined: Sat Jan 07, 2023 10:33 pm

Re: Programming Languages and Tools

Post 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
Ed Minchau
Posts: 508
Joined: Sat Jul 11, 2020 3:30 pm

Re: Programming Languages and Tools

Post 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.
vasyl
Posts: 15
Joined: Sat Sep 02, 2023 11:43 pm

Re: Programming Languages and Tools

Post by vasyl »

Forth TX16 -- Developer: Vasyl
Completely new Forth 2012 interpreter.
User avatar
JimmyDansbo
Posts: 476
Joined: Sun Apr 26, 2020 8:10 pm
Location: Denmark
Contact:

Re: Programming Languages and Tools

Post 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
Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
Post Reply