In a message dated 10/8/99 3:45:46 PM Central Daylight Time,
NathanG@firstva.com writes:
> if hl has a number value, how do I display it useing little characters
> (like with _vputs) Using _disphl works, but only in big fonts.
you could do:
call _setxxxxop2
call _op2toop1
ld de, <coords>
ld (pencol), de
ld a, <# of chars to disp>
call _dispop1a
I hope that works, cya :)
Jason_K