A82: Re: dead list?
[Prev][Next][Index][Thread]
A82: Re: dead list?
Look in the ROM for the source for D_HL_DECI, and put that in your program
with the following changes :
Replace:
JR NZ,XXXX
LD (HL),$20
DJNZ YYYY
With
JR NZ,XXXX+3
DJNZ YYYY
The just LD H,0 LD L,A and call the routine.
Dines
-----Original Message-----
From: Greg Milewski <l0rdg0at@juno.com>
To: assembly-82@lists.ticalc.org <assembly-82@lists.ticalc.org>
Date: 26. april 1998 21:39
Subject: A82: dead list?
>
>this is the stupidest message to post, but, WHERE'D EVERYONE GO?!?!?
>
>perhaps the list server is down, if it is, you can't be reading this, ok?
>
>QUESTION:: does anyone have a function that will print the register A in
>decimal on the screen in normal text format? (if someone says "load 0
>into hl, then a, then do a d_hl_deci", i'll kill them.) i want the # to
>take up as little space as needed. (1-3 columns)
>
>thanks.
>
>-Greg
>
>_____________________________________________________________________
>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]
>
>
_______________________________________
Dines Justesen
Email: dines@post1.com or
c958362@student.dtu.dk
WWW : http://www.gbar.dtu.dk/~c958362/
_______________________________________
Follow-Ups: