A86: Re: string input


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

A86: Re: string input




The ROM input routine is:

 ld a,$0c
 ld (_ASAP_IND),a
 call _exec_pg3

to input a string, the resulting zero-terminated string starting at OP1 or

 ld a,$0d
 ld (_ASAP_IND),a
 call _exec_pg3

to input a value, the resulting value in OP1 for real, OP1 / OP2 for complex

-----Original Message-----
From: Jeanne9005@aol.com <Jeanne9005@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Saturday, September 12, 1998 11:22 PM
Subject: A86: string input


>
>I need to know how to ipt a string, can you all help?
>