Re: [cc65] Help w/ initlib asm procedure

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2009-10-18 17:51:46
On Fri, Oct 16, 2009 at 08:17:47PM -0400, Maspethrose7@aol.com wrote:
> I don't understand how to use the initlib function from a crt0.s system
> file.  When I call it, the system locks up.  Up to this point, I  simply
> disabled the line in my cc65 crt0.s files.  Can somebody help  me?

initlib calls module constructors. So there are two possibilities: Either you
have written your own constructor which locks up, or you haven't initialized
the runtime environment properly before calling initlib, so one of the
existing constructors goes mad. Regardless which cause, it's probably
somewhere in your code.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Oct 18 17:54:14 2009

This archive was generated by hypermail 2.1.8 : 2009-10-18 17:54:16 CEST