Re: A86: String Inputting 2
[Prev][Next][Index][Thread]
Re: A86: String Inputting 2
In a message dated 11/23/99 10:02:15 PM Eastern Standard Time,
Jeanne9005@aol.com writes:
> In the string input code supplied by TI, where is the input saved at, and
how
>
> can I get it into the accum.?
When _exec_pg3 returns, a string var (a temp of some sort) is created with
the inputted string as the contents. The name of this temp var is in OP1.
...
call _exec_pg3
rst 10h ;findsym
call _data_size_de_inc ;something like that. maybe
_get_size_word or something...
call _load_ram_ahl
;hl points to first char of string
----
Jonah Cohen
<ComAsYuAre@aol.com>
http://linux.hypnotic.org/~jonah/