Introduction - If you have any usage issues, please Google them yourself
PCI Enumerate Tool by WuJun@amoi.com.cn
copy Irvine16.inc into c:\masm611\include
copy Irvine16.lib into c:\masm611\lib
compile command: ML /nologo -c -Fl pci.asm
link command: LINK /nologo pci,,NUL,Irvine16
History
2004-11-29 v0.1 prime version to show pcicfg as bus dev func venid devid class in hex code
2004-12-1 v0.1 added function to show class and subclass string instead of hex code
2004-12-2 v0.2 added pci struct,improve the data struct,make program to has more readablilty