Re: A86: Re: Re: Re: Re: I was wondering if someone could help me...


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

Re: A86: Re: Re: Re: Re: I was wondering if someone could help me...




It really makes no difference whether the picture is defined in hexadecimal ($FF) or decimal (255).  They're both compiled to the exact same values and thus will both work fine.


In a message dated Tue, 4 Jul 2000  8:21:33 PM Eastern Daylight Time, "riker 1864" <riker1864@hotmail.com> writes:

<< 
Well I tried putting it into one that allowed scrolling, but it did 
greyscale differently. And the only program that I know of that does 
pictures larger than 128x64 is IStudio. For example, IStudio leaves it like 
FF,$FF,$FF,$FF,$FF,$FF,$FF,$FC,$FE. The ASM that had scrolling already in it 
had it like this: .db 1,255,0,3,143,199,254,112,0,114,3,15,143,31,255,255. I 
couldn't really find any that had scrolling and accepted images from 
IStudio.
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


 >>