Re: A83: OFF command
[Prev][Next][Index][Thread]
Re: A83: OFF command
OFF:
DI ; disable interrupts
LD A,001H
OUT (003H),A ; turn off screen
LD A,000H
OUT (004H),A
EX AF,AF'
EXX
EI ; enable interrupts
RET
"M. Delmas" wrote:
>
> I want to turn my TI off and I wonder if a simple command exists. I think so
> because I suppose the [2nd] & [OFF] command don't load a lot of call. And I
> read that such command exist on other calc (I think on TI85) and you just
> have to put "call $XXXX".
--
Scott "_Wrath_" Dial
homosapian@geocities.com
ICQ#3608935
http://www.geocities.com/~homosapian/
References: