A86: Re: _ETOX


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

A86: Re: _ETOX




Load the value of OP1 into AHL:  _CONVOP1	.EQU	5577h

If you need the value in A:

 call _CONVOP1
 ld a,l

--
David Phillips <david@acz.org>
http://www.acz.org/

----- Original Message -----
From: <Jeanne9005@aol.com>
To: <assembly-86@lists.ticalc.org>
Sent: Friday, January 08, 1999 8:07 PM
Subject: A86: _ETOX


>
>I know that the call _ETOX uses op1, and you need to put a into op1, but is
>there a call to put op1 into a?
>