Search found 8 matches
- Thu Oct 17, 2024 12:36 am
- Forum: Programming
- Topic: Forth TX16 - new Forth interpreter for Commander X16
- Replies: 20
- Views: 5462
Re: Forth TX16 - new Forth interpreter for Commander X16
Thanks for the very complete reply. Sorry for the slow respons. > Ah, VIC-20, that's a good one! Unfortunately, really starved on RAM... Yeah, I'm targeting the 16K expansion config. A Forth - or really any language - just wouldn't fit in 3K. Not unless it's like a crazy simple Assembly monitor or s...
- Wed Oct 02, 2024 2:57 am
- Forum: Programming
- Topic: Forth TX16 - new Forth interpreter for Commander X16
- Replies: 20
- Views: 5462
Re: Forth TX16 - new Forth interpreter for Commander X16
Hey guys, I had all but forgotten about the X16 until the last 8-Bit Guy video, and remembered how awesome it was (lol). Anyway, a long time ago I was talking with someone on here about Forth. Someone was building another one, and (I have my own 8-bit Forth going|https://codeberg.org/TheGeekOnSkates...
- Fri Feb 10, 2023 1:29 am
- Forum: Development Tools
- Topic: alpha xForth Compiler
- Replies: 5
- Views: 8721
Re: alpha xForth Compiler
It totally does. :D And yeah, if you get SAVE and INCLUDE figured out... I mean shoot, that's a Forth to be reconed with. :lol: Cheesy, I know, but we Forth fans love our cheesy puns. I got a buddy on another community who is always saying things like "go Forth" and stuff like that. And no...
- Thu Feb 09, 2023 10:40 pm
- Forum: Programming
- Topic: New community dev tool uploaded: alpha xForth Compiler
- Replies: 25
- Views: 12743
Re: New community dev tool uploaded: alpha xForth Compiler
I *love* Forth! So much so that I started building one for the X16 myself. Then I found his, which is already way more advanced than mine (not to mention 4K less in size), so idk if I'll continue working on mine. I'd kinda rather contribute to his, tho granted my Assembly skills are not at his level...
- Mon Feb 06, 2023 10:28 pm
- Forum: Development Tools
- Topic: alpha xForth Compiler
- Replies: 5
- Views: 8721
Re: alpha xForth Compiler
Whoa, you're building a Forth? That's what I wanted to do. :D I'm building mine in C using cc65, but I have to admit there's a lot about Forth internals I have yet to learn (especially when it comes to ANS Forth standards). My Assembly skills are intermediate at best, but if there's anything I can d...
- Mon Feb 06, 2023 10:07 pm
- Forum: Programming
- Topic: cl65: No such target system: 'cx16'
- Replies: 5
- Views: 3092
Re: cl65: No such target system: 'cx16'
I use Linux Mint "Cinnamon" version 21.1 The versions I get for cc65 and ca65 (I Of the two, I only use ca65) are: cc65 V2.18 - Ubuntu 2.19-1 ca65 V2.18 - Ubuntu 2.19-1 cl65 is the same. What version of Linux Mint are you using? Forgot to add: I just got it from the repo. I didn't compile...
- Mon Feb 06, 2023 1:13 am
- Forum: Programming
- Topic: cl65: No such target system: 'cx16'
- Replies: 5
- Views: 3092
cl65: No such target system: 'cx16'
Hey there, I've been having some trouble getting cc65 to work (the title of this post is the error message I'm getting). When I run "cl65 --version" I get "cl65 V2.18 - Ubuntu 2.18-1". I'm on Linux Mint x64. Anyway, I've done some research and it sounds like (according to an issu...
- Mon Feb 06, 2023 1:08 am
- Forum: Introductions
- Topic: Whaaazup? :)
- Replies: 0
- Views: 2815
Whaaazup? :)
Hey there, I'm the Geek on Skates. I'm a retro gamer and programmer, and I've been thinking about getting to know the X16. I've seen it on "The 8-Bit Guy" and "Retro Recipes", of course, and I've downloaded the emulator. I've got some ideas for stuff I'd like to build, not toment...