i have a PCI Card that seats in
irq 10
memory range 1001000-1001fff
with VB
how do i make interrupt to irq 10 ?
like int 10h in assembler
can i use assembler commands
like mov ax,5
int 10h
in VB ?
how do i get any signals from that card ?
Printable View
i have a PCI Card that seats in
irq 10
memory range 1001000-1001fff
with VB
how do i make interrupt to irq 10 ?
like int 10h in assembler
can i use assembler commands
like mov ax,5
int 10h
in VB ?
how do i get any signals from that card ?
First off, there's no ASM in VB (unless you write out an external .COM file byte by byte :D)...so you'd need a C or C++ DLL.
Secondly, this is for feedback, so try General VB, or even the C++ forum.