[A83] Re: 8x8 Sprite Routine(mine)


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

[A83] Re: 8x8 Sprite Routine(mine)




At 10:09 PM 4/6/01 EDT, you wrote:
>
>so....what would i need? i have this total for the things:
>
>#ifndef mask
>;code...
>#else
>;more code...(the masking code)
>#endif
>
>what should it be? shoud i say #ifdef instead of the #else and put a #endif 
>before that?

Are you usimg #ifdef in the program at runtime or as a compiler directive?
TASM is the only thing that looks at #IFDEF, so you check to see if it is
compiling for 83 or 83+, or something like that. CHecking for mask seems
like it would be a runtime operation, and thus will get an odd result.





References: