Re: A86: Display A Routine Needed


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

Re: A86: Display A Routine Needed





On Wed, 26 Aug 1998 06:48:17 PDT "In FuZeD" <zone_ti@hotmail.com> writes:
>
>
>Yeah I know but I only want to diplay a.
>I'm using it to display the contrast level for my new shell =) 

would you only need 2 digits for that?  you could use this:
	ld l,a
	ld h,0
	call _hldiv10
	add a,$30
	push af
	call _hldiv10
	add a,$30
	call _vputmap
	pop af
	call _vputmap
	ret

-josh

>
>InFuZeD
>- "Poor TI-Haven, Poor, Poor TI-Haven <[InFuZeD]> get a life atom"
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


References: