[A89] printf?


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

[A89] printf?




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.-



Follow-Ups: