I have a C-program with an imbedded Assembler-program. The assembler-prog. is called by timerinterrupt 100.000 times per sec. Interrupt-routines have no parameters and return values. How can C and Assembler share variables? Thanks for help?