[A83] Re: 83 help


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

[A83] Re: 83 help




Ehm, what do you measure the size by?
the assembled-in result or the size of the bmp2z80 output.

the size of the bmp2z80 output file is bigger indeed, that's because it is in ascii format:
.db $AA,$AA,$AA,$AA,$AA,$AA,$AA,$AA,$AA,$AA,$AA,$AA

for 768 bytes, it takes 39+*64 bytes to
describe this in the .db fomat.

However, when assembled in, the size of a full screen picture is (should be) exactly 768 bytes

try it...

--peter martijn




On Wed, 28 March 2001, "Dustin Davis" wrote:

> 
> 
> that program makes them 1k bigger than i had them before! i need to make em
> smaller. thnx for the help anyways.
> 
> Dustin Davis
> Lead Software Developer
> Vision Works Studios

-----------------------------------------------------
Chaos is like Windows: just an alternative form 
of logic
__________________________________________
Get your free domain name and domain-based
e-mail from Namezero.com
New! Namezero Plus domains now available.
Find out more at: http://www.namezero.com




Follow-Ups: