[A83] Re: Displaying a number on screen


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

[A83] Re: Displaying a number on screen




You just use this little routine:

vputshl:
        push hl
        bcall(_setxxxxop2)
        bcall(_op2toop1)
        ld a,5
        bcall(_dispop1a)
        pop hl
        ret

Hope that help
Paxl

On Sunday 20 May 2001 09:08 am, you wrote:
> How do I display a number from a regster pair directly on the screen in
> small font, and wherever I want?



References: