2.7hayvailon
// 2_7.cpp : Defines the entry point for the console application.
#include "stdafx.h"
#include "PCIXP.h"
#include <conio.h>
#include <dos.h>
#include <iostream.h>
int main(int argc, char* argv[])
{
int PortA;
PortA=Get_Addr("PCI_8255");
outportb(PortA+3,0x89);
do
{
outportb(PortA,0x04);
Sleep(500);
outportb(PortA,0x01);
Sleep(500);
outportb(PortA,0x02);
Sleep(500);
}while(inportb(PortA+2)&0x80!=0x80);
return 0;
}
Bạn đang đọc truyện trên: AzTruyen.Top