# include <dos.h> int main( ) { void interrupt (*PostRoutine)( ); PostRoutine=(void *)0xFFFF0000; (*PostRoutine)( ); return 0; }