Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tyrant
  • Content: Threads
  • Order by date
  1. tyrant

    How do I reference a C++ member in assembler?

    I am trying to add the vector of an interrupt routine, where the interrupt routine itself is a C++ member function. How do I do this?<br><br>my assembler so far is:<br><br>push ds<br>xor ax, ax<br>mov ds, ax<br>mov si, 4*T2INT ; timer 2 interrupt is 19<br><br>Now this line is where I need to...

Part and Inventory Search

Back
Top