Link to home
Start Free TrialLog in
Avatar of uart8250
uart8250

asked on

getvect(),setvect() "C" Functions & assembley question

hi!
    i need know how the getvect() and setvec()
 "C" functions were made in assembly language ??  
(by example MS-Macro Assembler , MASM)
 please writte the assembly code!!!!

 Thanks again!!

ASKER CERTIFIED SOLUTION
Avatar of alexo
alexo
Flag of Antarctica image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of uart8250
uart8250

ASKER

ALexo Thanks Again !!
Thanks Alexo.. but now,  I can do?? because....I need get Interrupt vector and
set Interrupt vector...running on a platform win 32 (I use Visual C/C++ 5.0)??

Thanks Again!!!




There is a real problem using interrupt vectors on a Win32 platform.
You can do it under Win95/98 because it runs on top of DOS 7.x but not on NT (there is no DOS underneath).

Why do you need to use interrupt vectors anyway?