A86: Re: OP1 to register


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

A86: Re: OP1 to register




_convop1                         equ            5577h 

call _convop1 ;OP1->e
 ld a,e


-----Original Message-----
From: Andy Johnson <the_laser@juno.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Thursday, January 15, 1998 6:04 PM
Subject: A86: OP1 to register


>
>I need to get the data in OP1 (yes, it's an integer and less than 255)
>into the accumlator.  Has anyone found a ROM call to do this?  On the 83
>there was one to move it into HL, something like this would work as I
>could just pull it out into the accumlator with ld a,h.
>---
>Andy Johnson
>I think therefore I am, I think
>