Re: A86: re: AsmComp( command
[Prev][Next][Index][Thread]
Re: A86: re: AsmComp( command
At 10:11 PM 12/12/97 -0700, you wrote:
>
>All what the AsmComp( command does is convert the hex codes from ascii
>(witch has 256 chars to 16). Look at the following example:
>
>Ascii | Hex
>00000001 0001
>00000010 0010
>
>All what it does is remove the extra 4 bits in the byte that is not
>used....thus deviding size buy 1/2
>
Plus any line breaks in the uncompiled program take up one byte, so it
usually compresses programs by more than 50%...
--Joshua
References: