ee this on Page 197 & 198 ... es sa related hy assign
#include <dos.h>
#include <bios.h>
char st[80];
unsigned long int temp;
unsigned int i;
unsigned int count=48;
void main (void)
{
temp=(unsigned long int)_DS;
temp = temp 4L;
i = *((unsigned int *)(&temp));
temp = temp>>16L;

Sponsored Links