Re: A85: address of variables


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

Re: A85: address of variables




However you need to remember that not all the vars you find in the TIOS are
stored as vars on the calc. Some of those are just references to system
memory, and VAR_GET will not find those.

DInes
-----Original Message-----
From: Mike Bandsmer <mbandsme@UVic.CA>
To: assembly-85@lists.ticalc.org <assembly-85@lists.ticalc.org>
Date: Monday, October 26, 1998 3:03 PM
Subject: Re: A85: address of variables


>
>
>Use Usgard's VAR_GET function to get the address of a variable.
>
>>
>> How would I go about putting info into a variable in the TI-OS from
>> an assembly program.
>> I know I need to know the memory address of the variable I want to
>> write too.  How do I find out what the address of a variable such as
>> xstat or whatever is?
>>
>>
>>
>