:)
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 ?
:)
You cannot issue assembler requests in VB, unless you know how to inject machine code directly into the code as it runs.
Z.