摘要
C语言具简洁、灵活的特点以及丰富的库函数和功能强大的调试手段,适用面非常广泛。但在实际应用中,为了完成某种特定的功能,或需要缩短程序的运行时间,或需要对硬件进行直接操作,或需要利用操作系统的某些功能模块,这时就会使用到汇编语言程序,即要采用C语言与汇编语言的混合编程技术实现。通过研究与分析Turbo C与汇编语言的混合编程方法,为C语言应用开发人员提供方便。
In practical applications,in order to complete a specific function,programming has to mix the assembly language and C language.The research and analysis of mixed programming based on Turbo C and Assembly Language can offer conveniences for C language application developers.