Re: A86: arrays
[Prev][Next][Index][Thread]
Re: A86: arrays
basically there isn't much involved at all... just allocate nine bytes
somewhere
a really easy way for you to do it would be fused by extra point the start
of the array, then just access the elements with (IX+$--). hat's kind of
what IX and IY or for it anyway...
Kirk
----- Original Message -----
From: <MikeT843@aol.com>
To: <assembly-86@lists.ticalc.org>
Sent: Sunday, December 26, 1999 6:21 PM
Subject: Re: A86: arrays
>
> I wanted to make a 2 dimensional array for a tic-tac-toe game. In basic,
> S(0,0) would hold the status of that square, 0 if clear, 1 if x, and 2 if
y.
> What is involved in creating that type of array?
>
References: