Re: A86: Attention! Module Draft Available


[Prev][Next][Index][Thread]

Re: A86: Attention! Module Draft Available



Steve86Asm@aol.com wrote:
> 
> Dan Eble wrote:
> 
> >
> >  > > 2.  Some functions depend on other functions.  If we limit our modules
> 
> > to
> >  > > one function, they will have to have their own import tables.  This
> > makes
> >  > > a ballsup of the load sequence.  (Do you *really* want to program a
> >  > > recursive load sequence, Bill?)
> >  >
> >  > Have any examples?
> >
> >  Line calls FindPixel.  PutSprite calls FindPixel.  Circle calls FindPixel
> >  and possibly Fill.  Polygon calls Line and possibly Fill.  Fill calls
> >  FindPixel.
> >
> 
> So you propose that this lib would have FindPixel, PutSprite, Line, Fill,
> Polygon, Circle, etc...?   Don't you think that that is a little too much
> space usage if all you want is FindPixel?
> 
> ~Steve

Exactly!  Thats why libs didnt work out on the 85 and they wont work out
on the 86.
Too many useless function in a lib.

Bill

-----------------------------------------------
Free email accounts http://www.stealthmail.com/



Follow-Ups: References: