I have an 80C552 routine written (by someone else) for the Keil
assembler. This is called from C functions one of which is an interrupt
handler and I want to ensure that it is re-entrant. Any hints on how to
check that it is, or how to make it so, would be welcome.
ML