A89: Re: Re: Re: GrayScale via C/ASM
[Prev][Next][Index][Thread]
A89: Re: Re: Re: GrayScale via C/ASM
Hi!
> I tried what you said, but it says I have to include the
> gray patch? I have #define USE_GRAY_PATCH in C, but must
> and how do I reference that in ASM?
In TIGCCLIB 2.21, it is enough to call GrayMode using a
regular C statement at least once in your program, then
the grayscale support will be embeded in the program. Then
you can access it from ASM (including using __gp0 and
__gp1) too.
Cheers,
Zeljko Juric
Follow-Ups: