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

    Z.

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