A89: Re: Re: Re: Arrays


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

A89: Re: Re: Re: Arrays




It should be 32. How where you calculating it? If it was this code (from
your previous message):

sizeof(unsigned short)*TILE_HEIGHT

and TILE_HEIGHT is 16, the result should be 32. How is TILE_HEIGHT defined?

-Kevin

-----Original Message-----
From: B Clark <nix249@mich.com>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Sunday, December 31, 2000 7:49 PM
Subject: A89: Re: Re: Arrays


>
>I got it to work, I was just wondering why the 16 shorts had a size of 16
>bytes, and not 32?
>
>B Clark.
>
>




Follow-Ups: