Results 1 to 2 of 2

Thread: assembler interrupts with VB or visual c?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Posts
    17

    Question assembler interrupts with VB or visual c?

    i have a PCI Card that seats in
    irq 10
    memory range 1001000-1001fff

    with VB or visual c
    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 or visual c?

    how do i get any signals from that card ?

  2. #2
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    You can't directly call the interrupts in a Window or Console App. There is a similar post in Chit Chat, and somebody posted a link to a website that lets you call the interrupts with vb.
    Baaaaaaaaah

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