Re: A85: line
[Prev][Next][Index][Thread]
Re: A85: line
speaking of FLINE, does anyone have the source to it that's willing to
share it with an 82 programmer who needs it to complete a port? i know
that it'll need to be reconfigured for a 96 pixel screen, but i just need
the source.
thanks...
-Greg
On Tue, 5 May 1998, Jonathan Kaus wrote:
>
>
>
> Michael Pearce wrote:
>
> > i just looked and it is in usgdprgm.txt. search for "obj" and you
> > will find it. as for what it is, it is simply object code (the
> > machine codes that you get after you assemble your program). the may
> > be an additional header, but i kinda doubt it. it should work just
> > like any other function, though i have never used one of them.
> >
>
> You just put #fncall OBJNAME in your code where you want to use them. for the
> FLINE function, it has a file name of FLINE.OBJ in the object directory, so use
>
> #fncall FLINE
>
> in your code. There should be a file called funcpack.txt somewhere. If you don't
> have it anywhere in your directories (it might be in with the OBJ directory or in
> the DOCS directory) I could send you it. This file describes the register setup
> on call and return for each function. I think for FLINE it is line from (D,E) to
> (H,L) but I'm not sure. You better check it out.
>
> Jonathan Kaus
>
>
Follow-Ups:
- Re: A85: line
- From: Jimmy =?iso-8859-1?Q?M=E5rdell?= <yarin@acc.umu.se>
References: