From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-12-10 10:53:36
On Tue, Dec 10, 2002 at 09:08:59AM +0100, Groepaz wrote:
> where are these located? (in the source ofcoz :o))
External symbols that just point to the kernal are located in kernal.s. If
additional code for a function is needed, it will go into a file with the name
of the function and a 'k' prepended, so the new plot function can be found in
kplot.s.
> > BTW: The code for calculating the color ram pointers is already in the
> > kernal ROM at $EAB2, so there's no need to reimplement it.
> oh there is? mmmmh :)
Yes. "VC20 intern" rulez:-)
> btw, what do you think about adding a default expanded-vic target? seems to be
> much more useful to me than unexpanded (3.5k is tight even for assembly ;=P)
Yes, that would be a very good idea. Unfortunately, in the current state this
would mean to add a new target to the linker, and I'm trying to avoid such a
proliferation. I've already added a new feature to the linker that allows to
add a default value for the start address, but this is only one additional
step needed. So it will happen, but not now.
Regards
        Uz
-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-12-10 10:55:35 CET