[A86] Re: SDCC v2.3.0


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

[A86] Re: SDCC v2.3.0




> Van: David Phillips <david@acz.org>
> 
> > You could off coarse define some ROM routines as 'external' (like
> > _puts), SDCC passes the first argument via HL.
> 
> Outputing text is not a problem.  There would be wrappers for rom calls
> that would merely define the calling conventions.  The function call
> overhead would be non existant, as compiler would essentially inline
> the function call.

I'm afraid there's no Z80 compiler that has the 'inline' function (as in
GCC, etc.).

> > Okay some script (batch, whatever) that you can input the name,
> > icon-data (going to be difficult), and shell type. It will first
> > assemble the right crt0 with the input, copy the crt0.o file to the
> > right dir and start the compiler?
> 
> There's this wonderful thing called make that was designed for this... :)

Ever got make working on a Windows machine? !!Without downloading CygWin!!

	Henk Poley <><




Follow-Ups: