|
-
Oct 15th, 2001, 03:50 AM
#1
Thread Starter
Junior Member
assembler interrupts with VB ?
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 ?
-
Oct 15th, 2001, 07:09 AM
#2
Monday Morning Lunatic
First off, there's no ASM in VB (unless you write out an external .COM file byte by byte )...so you'd need a C or C++ DLL.
Secondly, this is for feedback, so try General VB, or even the C++ forum.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|