[A89] Re: =?iso-8859-1?q?printf=3F?=
[Prev][Next][Index][Thread]
[A89] Re: =?iso-8859-1?q?printf=3F?=
As far as I know, printf is not a built-in TIOS function. The only way
to do printf is to "simulate" it as you say.
John David Ratliff
jdratlif@cs.indiana.edu
-------------------
>
> Hi,
> now that I have some time, I'm in the mood to take assembly where I
> left it. I'm trying to write somethign really simple, to test kbhit.
> It works fine, but I would like to know if there's a way to do a
> printf, without "simulating" it (with a sprintf and then a DrawStr).
> If so, what's the address of that instruction? (nostub only, I don't
> like shell-based stuff)
> tia,
> ra.-
>
>
>
John David Ratliff
jdratlif@cs.indiana.edu
References: