Is there a X16 C complier ?
-
- Posts: 29
- Joined: Sun Nov 01, 2020 7:23 pm
- Location: United States
Is there a X16 C complier ?
Sorry if I'm misplacing my post, but I'm wondering if anyone has written any kind of C complier for the X16. Thanks for the help!
-
- Posts: 137
- Joined: Tue Jun 30, 2020 3:47 pm
- StephenHorn
- Posts: 565
- Joined: Tue Apr 28, 2020 12:00 am
- Contact:
Is there a X16 C complier ?
cc65 definitely works, and @SlithyMatt has a tutorial for using it: His example hello world files are located at https://github.com/SlithyMatt/x16-hello-cc65
See also:
The only caveat to using cc65 is that you'll need to build it from the source code in their github repo, as they haven't released an official build with CX16 support yet. Fortunately, Matt's tutorial covers that as well.
Developer for Box16, the other X16 emulator. (Box16 on GitHub)
I also accept pull requests for x16emu, the official X16 emulator. (x16-emulator on GitHub)
I also accept pull requests for x16emu, the official X16 emulator. (x16-emulator on GitHub)
- StinkerB06
- Posts: 74
- Joined: Tue Jun 30, 2020 12:32 am
- Contact:
Is there a X16 C complier ?
CC65!
My name is "The Beesh-Spweesh!". My account here keeps "StinkerB06" since you can't change your username at this forum.
Is there a X16 C complier ?
In case you are looking for something hosted on the X16 itself: Porting https://github.com/pzembrod/cc64 to the X16 is on my roadmap.