Re: A89: Re: Hello everyone.


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

Re: A89: Re: Hello everyone.




>very bad if you use it more then one time. or a lot waste of space at
least.
>a macro is copied into your code everytime you use it.
>what is wrong with a decompress subroutine? I don't see that you win very
much
>by your method.


Subroutine is the correct word.  But the idea is that in your code you put
the uncompressed images, and the assembler (compiles?) the code and
compresses the images then includes the _subroutine_ :) and automatically
calls it when needed.




Follow-Ups: