[A89] Re: arrays question
[Prev][Next][Index][Thread]
[A89] Re: arrays question
What platform are you using?
John David Ratliff
jdratlif@cs.indiana.edu
-----Original Message-----
From: assembly-89-bounce@lists.ticalc.org
[mailto:assembly-89-bounce@lists.ticalc.org] On Behalf Of R.A.
Sent: Thursday, August 22, 2002 7:45 AM
To: assembly-89@lists.ticalc.org
Subject: [A89] Re: arrays question
At 03:54 -0500 22/8/02, John David Ratliff wrote:
>No, this will reserve a single word with value 5. To declare a 5-word,
>array, zero-filled even.
>
>MyArray:
> .space 10,0
ok...
>Do you mean a4 here? I don't know what a3 is pointing to. the code is
>valid though.
oops... sorry, that was my mistake, it should have been a4.
>Hope this helps,
>
>If you really hate GNU as, you can download the TIGCC for Linux
>precompiled, if you think yours is broken. You don't have to put it in
>/usr/local, just put the bin directory in your path. Then you can use
>a68k with little fear that your binaries are broken.
unfortunatetly, that is not an option to me. I'm not running linux on
an x86 box... That's why I have to recompile it.
>John David Ratliff
>jdratlif@cs.indiana.edu
thanks a lot!!,
ra.-
Follow-Ups:
References: