Re: A86: Rom Central - Final Questions
[Prev][Next][Index][Thread]
Re: A86: Rom Central - Final Questions
loading a with a 3rd byte would mess it up, as for the xor it does the same
as ld a,0
-----Original Message-----
From: Stephen Hicks <shicks@MindSpring.Com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Tuesday, February 24, 1998 6:29 PM
Subject: Re: A86: Rom Central - Final Questions
>
>Or just load A with a 3rd byte and display AHL, if that would work just as
>well... And it would be better to xor a, rather than loading it with 0...