本文介绍了Rom Bios在C#中中断的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我如何在C#中调用基本中断,如
在Turbo C中,其给定函数可以调用Bios的基本中断
int86(interrupt_number,&input_Register,&Output_Register);
how i am call basic interrupt in C# like
in Turbo C its give function to call basic interrupt of Bios
int86(interrupt_number,&input_Register,&Output_Register);
any function given in C# to call Bios interrupt?
推荐答案
这篇关于Rom Bios在C#中中断的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!