Re: A89: Starting out assembly, need help
[Prev][Next][Index][Thread]
Re: A89: Starting out assembly, need help
In a message dated 12/1/98 8:14:23 PM Eastern Standard Time,
Daniel7073@aol.com writes:
> The 68k Processor does not allow words or longs (16-bit or 32-bit numbers)
> to be stored to an odd RAM address. I'm not sure what happens if you do.
> Probably an exception is thrown, but that's a different, more advanced
topic.
>
>
> The number of addresses depends on the amount of RAM in the machine. (188K
> for the TI-89.) Usually, you will not use the RAM addresses directly,
> except
> in certain I/O operations.
so where is a good $xxxx number to start storing data in an asm program?
Follow-Ups: