Re: A83: me again
[Prev][Next][Index][Thread]
Re: A83: me again
>How do draw a number ... that is in b to the graph screen but not close to
>the border but say at (x=20,y=25)
>and it has to be in the small font the one from the graph screen
>
>thanks
try something like:
ld hl,2520h
ld (PENCOL),hl ; set display position to x=20, y=25
ld a,b
call _SETXXOP1 ; load a top OP1
call _DISPOP1A ; display OP1 in small font
grtx,
Sebastiaan
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Follow-Ups: