Re: A86:another question


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

Re: A86:another question




Use call _CREATEREAL like this (this might work):

 ld hl,name-1
 rst 20h
 call _CREATEREAL
 ld a,b
 ex de,hl
 call $4633
 ex de,hl
 out (6),a
 ld hl,data
 call _mov10B

name:
.db $07,"Variable"
data:
.db         ;I'm not sure about this; look at TI 85/86 variable documents

Bob Baxley wrote:

> Is it possibble to define a varible in an assembly program, and have
> that varible accessable through the calculators OS.
>
> for example:
>
> Varible:   .db  54
>
> and then in the home screen type in "Variable" [Enter] and have the calc
> return 54.
>
> Thanks,
>   Bob Baxley
>   home.earthlink.net/~tiexchange
>   tiexchange@earthlink.net
>   da86assembler@hotmail.com
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com




References: