中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-09-15 00:35
47,812 topics / 349,917 posts / today 0 new / 48,268 members
DOS开发编程 & 发展交流 (开发室) » How to pass parameters to an interrupt handler ISR?
Printable Version  1,380 / 1
Floor1 int Posted 2003-07-12 00:00
初级用户 Posts 1 Credits 105
Compiler: Borland C++ 3.1 for DOS

Use setvect() to set the interrupt vector
setvect(0x0C, isr_name);
The prototype of isr_name in C++ is void interrupt (*isr_name)(...);

How do I pass parameters to isr_name
Floor2 ATLaS Posted 2003-07-15 00:00
初级用户 Posts 29 Credits 169
global variables
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023