Results 1 to 2 of 2

Thread: assembler interrupts with VB ?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Posts
    17

    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 ?

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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
  •  



Click Here to Expand Forum to Full Width