Search found 21 matches

by Michael Kaiser
Sat Dec 31, 2022 6:48 am
Forum: Lounge
Topic:
Replies: -1
Views:

Hide sprites in vera

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="9569" data-ipsquote-contentid="1268" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1618080463" data-ipsquote-userid="1249" data-ipsq...
by Michael Kaiser
Sat Dec 31, 2022 6:43 am
Forum:
Topic: Commander X16 vs. Mega 65
Replies: 136
Views: 59586

Commander X16 vs. Mega 65

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="12167" data-ipsquote-contentid="742" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1627052919" data-ipsquote-userid="1367" data-ipsq...
by Michael Kaiser
Wed Dec 28, 2022 3:27 pm
Forum: Video/Podcast talk
Topic: Has anybody profiled the math library?
Replies: 10
Views: 5112

Has anybody profiled the math library?

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="24236" data-ipsquote-contentid="5041" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1671929829" data-ipsquote-userid="3882" data-ips...
by Michael Kaiser
Sat Dec 24, 2022 5:49 am
Forum: Video/Podcast talk
Topic: Has anybody profiled the math library?
Replies: 10
Views: 5112

Has anybody profiled the math library?

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="24211" data-ipsquote-contentid="5041" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1671855408" data-ipsquote-userid="3882" data-ips...
by Michael Kaiser
Sat Dec 24, 2022 3:59 am
Forum: Video/Podcast talk
Topic: Has anybody profiled the math library?
Replies: 10
Views: 5112

Has anybody profiled the math library?

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="24165" data-ipsquote-contentid="5041" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1671688006" data-ipsquote-userid="3882" data-ips...
by Michael Kaiser
Thu Dec 22, 2022 12:54 am
Forum:
Topic: Why wasn't the start of BASIC moved to $0400
Replies: 14
Views: 8031

Why wasn't the start of BASIC moved to $0400

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="24160" data-ipsquote-contentid="5039" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1671666539" data-ipsquote-userid="2115" data-ips...
by Michael Kaiser
Thu Dec 22, 2022 12:51 am
Forum: Video/Podcast talk
Topic: Has anybody profiled the math library?
Replies: 10
Views: 5112

Has anybody profiled the math library?

<a href="https://github.com/commanderx16/x16-docs/blob/master/X16%20Reference%20-%2005%20-%20Math%20Library.md" rel="external nofollow">https://github.com/commanderx16/x16-docs/blob/master/X16 Reference - 05 - Math Library.md</a> Does anybody have any idea how many cycles each of the math library f...
by Michael Kaiser
Tue Dec 20, 2022 10:33 pm
Forum:
Topic: Why wasn't the start of BASIC moved to $0400
Replies: 14
Views: 8031

Why wasn't the start of BASIC moved to $0400


Given that the screen RAM got moved into the VERA RAM, why was the start of basic kept at $0800 rather than moving it to $0400 and capturing an additional 1k for BASIC?  It's really more of a curiosity question than anything else.

by Michael Kaiser
Wed Nov 30, 2022 8:06 pm
Forum: Lounge
Topic:
Replies: -1
Views:

Loading Code From Banked RAM In C

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="23646" data-ipsquote-contentid="4941" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1668690076" data-ipsquote-userid="3846" data-ips...
by Michael Kaiser
Wed Oct 26, 2022 12:55 pm
Forum: Lounge
Topic:
Replies: -1
Views:

cc65... Out of memory on a small program?

Use "cx16-bank.cfg" and put your string literals in one or more pages of banked memory.  Look at the "multidemo.c" example to see how to use this.  There are no extended memory drivers for cx16.  You just have to change the bank manually before calling stuff in a bank.  You specify "#pragma code-na...