>
> But do you know how to print messages from such an ARM callback?
>
> David
>

Quite easy !

Just write your custom printf routine - just supply a pointer to the current
screen, the screenformat (or just keep your app in 8bpp mode)
(using the *userDataP reference)  and make your own printf code in your
ARM routine. (ofcourse you need an own font for that too .. but any fixed f.e.
8x8 font will do the job)
(I made some custom printf-like display in 68K so I don't have to deal with
WinDrawChar/s etc ...  which made it more easy for implementing some quick
register dumps...  f.e.  move.l d7,d0  bsr hex32_out  )


Regards,
Carsten.




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to