Prints a sequence of characters (text) at coords on the screen pointed to by address using the font font and color color.
Note that there's no clipping done in this routine. If you need clipping, use asm_text_clip().
My solution for drawing text might not be the fastest (it requires 14 bytes to be poked for each character before the actual drawing starts), but it was the best idea I could come up with.