Search found 8 matches

by Damaniel
Fri Aug 20, 2021 6:16 am
Forum: Official Announcements
Topic: Change of product direction, good and bad news!
Replies: 772
Views: 310719

Change of product direction, good and bad news!

While I'd personally be fine with only having access to a phase 2 or phase 3 product, I'd gladly buy a phase 1 kit on day one to help support the project - just name a price and create an order page and I'll sign right up.  Having an official case is nice and all, but I think that getting the actua...
by Damaniel
Wed Jul 22, 2020 5:05 pm
Forum: Lounge
Topic:
Replies: -1
Views:

To what extent can you mix a high-level language with assembly code?

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="1604" data-ipsquote-contentid="301" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1595404284" data-ipsquote-userid="88" data-ipsquot...
by Damaniel
Wed Jul 22, 2020 3:31 am
Forum: Lounge
Topic:
Replies: -1
Views:

Question about switching memory banks

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="1596" data-ipsquote-contentid="304" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1595385114" data-ipsquote-userid="17" data-ipsquot...
by Damaniel
Wed Jul 22, 2020 2:08 am
Forum: Lounge
Topic:
Replies: -1
Views:

Question about switching memory banks

Hopefully this isn't too dumb of a question, but I'm still relatively new to both 6502 assembly and the X16.  I'm doing some experimentation with swapping RAM banks in assembly.  The current documentation states that the RAM bank can be selected by writing the page number to $00 (in zero page), but...
by Damaniel
Tue Jul 21, 2020 7:08 pm
Forum: Lounge
Topic:
Replies: -1
Views:

To what extent can you mix a high-level language with assembly code?

C is always a good choice for mixing assembly and higher level code.  You could use something like cc65 and inline assembly (or build and link in separate .s files for larger routines), especially since cc65 specifically has an X16 target.  My experiments with cc65 were making me a bit concerned ab...
by Damaniel
Thu Jul 16, 2020 5:33 pm
Forum: CX16 General Chat
Topic: Hello from Oregon!
Replies: 0
Views: 1043

Hello from Oregon!

Hello everyone!  I'm a software engineer/architect by trade, but I also occasionally write retro software in my spare time, mainly for MS-DOS era PCs.  Strangely enough, I was never a Commodore user back in the day - in fact, I never even owned a C64 until I was an adult and started collecting olde...
by Damaniel
Fri Jul 10, 2020 12:07 am
Forum: Lounge
Topic:
Replies: -1
Views:

What languages are X16 programmers using?

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="1131" data-ipsquote-contentid="222" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1594301961" data-ipsquote-userid="256" data-ipsquo...
by Damaniel
Wed Jul 08, 2020 4:23 am
Forum: Lounge
Topic:
Replies: -1
Views:

What languages are X16 programmers using?

After seeing the new site up and running (and David's 'dream computer' videos showing up in my suggested YouTube playlist again for some reason), I decided that I was finally going to grab the X16 emulator and start playing around with the environment.  I'd really like to write a tiny roguelike, bu...