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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.