/********* * sysCall.c * This is used to make a template * .asm file that can be modified * to jump to the OS. **********/ extern int sysCallNum; int sysCall(void){ return( sysCallNum ); }