A86: Re: Questions
[Prev][Next][Index][Thread]
A86: Re: Questions
>And now for some more questions...
>
>1) How do I do decimal math? Use the OP registers?
You can use the OP's to do floating-point math.
>
>2) How do I find a program in the VAT?
ld hl,program-1
rst $20
rst $10
;sets carry flag if not found
program:
.db 7,"program"
>
>3) How do I then edit-lock that program in the VAT entry?
You have to insert a tokenized command (I think it's 8E29) into the
first part of the description of the program. Look back at Dux's response
to my question for a more detailed answer.
>
>thanks
>
Later,
--------------
Jbrett
tbarwick@esn.net
http://ww2.esn.net/~tbarwick
I just added a TI-86 page, Check it out!!!