Re: A86: display two registers


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

Re: A86: display two registers



Dan Eble wrote:
> 
> On Fri, 5 Sep 1997, DEATH wrote:
> 
> > how do you display two registers, i tried to do call $4a33 but it just
> > displays garbage when the number is stored in hl (a is still 0)
> >
> 
> Could you please provide a few details?  What two registers do you want to
> display, and what "garbage" appears when you call $4A33.  Posting the code
> that's giving you trouble would help us help you.
> 
> --------
> Dan Eble (mailto:eble@cis.ohio-state.edu)
>          (http://www.cis.ohio-state.edu/~eble)

like this:

loop:
 ;curs row,col reset here
 ld hl,$ffff
 ld a,0
 call $4a33
 dec hl
 jp loop
 ;made it simpler for the post

it displayed random characters when i tried it


Follow-Ups: References: