#include "asm\library.h"

void main(void)
 {
  getch();
  _readkey();
 }
