123 Eng

Engineering the engineers™


Latest Jobs   Forum Map

 


Home
Source Codes
Engineering Colleges

Training  Reports
Seminar Reports
Placement Papers

Forums

   Computer Science / IT
   Electronics
   Electrical
   Mechanical
   Chemical
   Civil

   CAT / MBA

   GMAT / Foreign MBA
Latest Jobs

Engineering Jobs / Technical Jobs
Management Jobs

Sitemap
Terms of use

Displaying  Source Code(s)  
 

 
Program for resetting the FDC IC. (Floppy Disc Controller)

--------------------------------------------------------------------------------



#include<stdio.h>
#include<conio.h>
#include<dos.h>

void main(void)
{
clrscr();
union REGS regs;
regs.h.ah = 0;
regs.h.dl = 0x80;
int86(0x13,®s,®s);
getch();

 

 

 

Contribute content or training reports / feedback / Comments
job placement papers
All rights reserved © copyright 123ENG