A83: Re: Output Question


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

A83: Re: Output Question




> I was pondering if there was a simple way to output the numerical
contents of
> hl (or any 16bit register for that matter) to the screen, in variable
width
> (small) format.  Like:
> 
> 	ld hl,23967d
> 	call ??????		;what do I call to output the number 23967 in small
writing?
> 
> Thanks for your help.

Yep, use _disphl.

James.